Enum
ImageSegments

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
[Flags]
public enum ImageSegments

Fields

All

Declaration

cs-api-definition
All = Left | TopLeft | Top | TopRight | Right | BottomRight | Bottom | BottomLeft | Inner

Field Value

ImageSegments

Bottom

Declaration

cs-api-definition
Bottom = 64

Field Value

ImageSegments

BottomLeft

Declaration

cs-api-definition
BottomLeft = 128

Field Value

ImageSegments

BottomRight

Declaration

cs-api-definition
BottomRight = 32

Field Value

ImageSegments

Inner

Declaration

cs-api-definition
Inner = 256

Field Value

ImageSegments

Left

Declaration

cs-api-definition
Left = 1

Field Value

ImageSegments

Right

Declaration

cs-api-definition
Right = 16

Field Value

ImageSegments

Top

Declaration

cs-api-definition
Top = 4

Field Value

ImageSegments

TopLeft

Declaration

cs-api-definition
TopLeft = 2

Field Value

ImageSegments

TopRight

Declaration

cs-api-definition
TopRight = 8

Field Value

ImageSegments