Enum
ScaleElementPlacement

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.

Declaration

cs-api-definition
BottomRight = 2

Field Value

ScaleElementPlacement

Center

Positioned in the center.

Declaration

cs-api-definition
Center = 3

Field Value

ScaleElementPlacement

None

Invisible visual.

Declaration

cs-api-definition
None = 0

Field Value

ScaleElementPlacement

TopLeft

Positioned on top if the control has horizontal orientation and at left if the orientation is vertical.

Declaration

cs-api-definition
TopLeft = 1

Field Value

ScaleElementPlacement

In this article
DefinitionFieldsBottomRightCenterNoneTopLeft
Not finding the help you need?
Contact Support