ClassWindowElementNames
Represents a list of RadWindow element names used accross the wrappers.
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public static class WindowElementNames
Inheritance: objectWindowElementNames
Fields
CloseButtonName
The Window 'Close' button element name.
Declaration
public const string CloseButtonName = "PART_CloseButton"
Field Value
ContentPresenterElementName
The Window ContentPresent element name.
Declaration
public const string ContentPresenterElementName = "ContentElement"
Field Value
MaximizeButtonName
The Window 'Maximize' button element name.
Declaration
public const string MaximizeButtonName = "PART_MaximizeButton"
Field Value
MinimizeButtonName
The Window 'Minimize' button element name.
Declaration
public const string MinimizeButtonName = "PART_MinimizeButton"
Field Value
ResizeDownLeftThumbName
The Window resizing 'DownLeft' thumb element name.
ResizeDownRightThumbName
The Window resizing 'DownRight' thumb element name.
Declaration
public const string ResizeDownRightThumbName = "SE"
Field Value
ResizeDownThumbName
The Window resizing 'Down' thumb element name.
ResizeLeftThumbName
The Window resizing 'Left' thumb element name.
ResizeRightThumbName
The Window resizing 'Right' thumb element name.
ResizeUpLeftThumbName
The Window resizing 'UpLeft' thumb element name.
ResizeUpRightThumbName
The Window resizing 'UpRight' thumb element name.
ResizeUpThumbName
The Window resizing 'Up' thumb element name.
RestoreButtonName
The Window 'Restore' button element name.
Declaration
public const string RestoreButtonName = "PART_RestoreButton"
Field Value
TitleGridName
The Window title presenter grid name.
Declaration
public const string TitleGridName = "HeaderContent"
Field Value
TitleThumbName
The Window title thumb element name.