AdvancedAnchor(Int32, Int32, Int32, Int32, Boolean) Constructor

Initializes a new instance of the AdvancedAnchor class.

Definition

Namespace: Firefly.Box.UI
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public AdvancedAnchor(
	int leftPercentage,
	int rightPercentage,
	int topPercentage,
	int bottomPercentage,
	bool enabled
)

Parameters

leftPercentage  Int32
 
rightPercentage  Int32
 
topPercentage  Int32
 
bottomPercentage  Int32
 
enabled  Boolean
 

See Also