ImageSegments
Enum
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[Flags]
public enum ImageSegments
Fields
C#
All = Left | TopLeft | Top | TopRight | Right | BottomRight | Bottom | BottomLeft | Inner
C#
Bottom = 64
C#
BottomLeft = 128
C#
BottomRight = 32
C#
Inner = 256
C#
Left = 1
C#
Right = 16
C#
Top = 4
C#
TopLeft = 2
C#
TopRight = 8