[]
Specifies the target parameter of Constraint's target LayoutRect.
public enum TargetParam
Angle = 1The rotation angle of the target LayoutRect.
AspectRatio = 2The aspect (width to height) ratio of the target LayoutRect.
Bottom = 14The position of the bottom side of the target LayoutRect.
Height = 4The height of the target LayoutRect.
HorizontalCenter = 23The position of the horizontal center of the target LayoutRect.
Left = 11The position of the left side of the target LayoutRect.
MaxBottom = 22The maximum position of the bottom side of the target LayoutRect.
MaxHeight = 8The maximum height of the target LayoutRect.
MaxLeft = 16The maximum position of the left side of the target LayoutRect.
MaxRight = 18The maximum position of the right side of the target LayoutRect.
MaxTop = 20The maximum position of the top side of the target LayoutRect.
MaxWidth = 6The maximum width of the target LayoutRect.
MinBottom = 21The minimum position of the bottom side of the target LayoutRect.
MinHeight = 7The minimum height of the target LayoutRect.
MinLeft = 15The minimum position of the left side of the target LayoutRect.
MinRight = 17The minimum position of the right side of the target LayoutRect.
MinTop = 19The minimum position of the top side of the target LayoutRect.
MinWidth = 5The minimum width of the target LayoutRect.
None = 0The target parameter is not specified.
Right = 12The position of the right side of the target LayoutRect.
StarHeight = 10The proportional height (weight) of the target LayoutRect.
StarWidth = 9The proportional width (weight) of the target LayoutRect.
Top = 13The position of the top side of the target LayoutRect.
VerticalCenter = 24The position of the vertical center of the target LayoutRect.
Width = 3The width of the target LayoutRect.