Xojo Documentation Xojo Documentation

  • Home
  • Download Xojo
  • Recent changes
  • MediaWiki Info
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Books
  • Welcome!
  • Fundamentals
  • User Interface
  • Framework
  • Technical Information
  • Programming Language Commands
  • Framework
  • iOS Framework
  • System Requirements
  • Release Notes
  • Deprecations
  • Videos
  • Example Projects
  • FAQ
  • International
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information
  • Log in
  • Xojo Documentation
  • Home
  • Download Xojo
  • Recent changes
  • MediaWiki Info
  • Get Started with Xojo
  • QuickStarts
  • Tutorials
  • Books
  • Welcome!
  • Fundamentals
  • User Interface
  • Framework
  • Technical Information
  • Programming Language Commands
  • Framework
  • iOS Framework
  • System Requirements
  • Release Notes
  • Deprecations
  • Videos
  • Example Projects
  • FAQ
  • International
  • Feedback
  • Usage
  • Copyrights and Trademarks
  • What links here
  • Related changes
  • Special pages
  • Printable version
  • Permanent link
  • Page information

iOSLayoutConstraint

From Xojo Documentation

Class (inherits from Object)


This class is supported on Mobile (iOS).
Use #If...#Endif with the Target... constants to ensure you only use this class where it is supported.

Used to add new auto-layout constraints or modify existing ones.

Properties
Active Offset Scale fa-lock-32.png
FirstAttribute fa-lock-32.png Priority fa-lock-32.png SecondAttribute fa-lock-32.png
FirstItem fa-lock-32.png Relation fa-lock-32.png SecondItem fa-lock-32.png
Shared Properties
StandardGap fa-lock-32.png
Enumerations
AttributeTypes RelationTypes
Constructors

Constructor(firstItem As Object, firstAttribute As AttributeTypes, relation As RelationTypes, secondItem As Object, secondAttribute As AttributeTypes, multiplier As Double, addend As Double, priority As Double = 1000)


Constructor(firstItem As Object, firstAttribute As AttributeTypes, relation As RelationTypes, secondItem As Object, secondAttribute As AttributeTypes, multiplier As Double, gap As StandardGap, priority As Double = 1000)


See Also

iOSView class

Retrieved from "http://docs.xojo.com/index.php?title=iOSLayoutConstraint&oldid=53796"
Categories:
  • Classes
  • Language Reference
  • Language Reference Index
  • iOS
  • This page was last edited on 21 August 2018, at 14:01.
  • Privacy policy
  • About Xojo Documentation
  • Disclaimers
  • Send Doc Feedback
  • Powered by MediaWiki