EnumScaleElementPlacement
Enum
Defines how specific visual items are positioned within a ScalePrimitive control.
Definition
Namespace:Telerik.UI.Xaml.Controls.Primitives
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public enum ScaleElementPlacement
Fields
BottomRight
Positioned at bottom if the control has horizontal orientation and at right if the orientation is vertical.
Center
Positioned in the center.
TopLeft
Positioned on top if the control has horizontal orientation and at left if the orientation is vertical.