InterfaceIDockingGuidesTemplate
Interface
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public interface IDockingGuidesTemplate : IDisposable
Inherited Members
Properties
BottomImage
Declaration
cs-api-definition
IDockingGuideImage BottomImage { get; }
Property Value
CenterBackgroundImage
Declaration
cs-api-definition
IDockingGuideImage CenterBackgroundImage { get; }
Property Value
FillImage
Declaration
cs-api-definition
IDockingGuideImage FillImage { get; }
Property Value
InnerBottomImage
Declaration
cs-api-definition
IDockingGuideImage InnerBottomImage { get; }
Property Value
InnerLeftImage
Declaration
cs-api-definition
IDockingGuideImage InnerLeftImage { get; }
Property Value
InnerRightImage
Declaration
cs-api-definition
IDockingGuideImage InnerRightImage { get; }
Property Value
InnerTopImage
Declaration
cs-api-definition
IDockingGuideImage InnerTopImage { get; }
Property Value
LeftImage
Declaration
cs-api-definition
IDockingGuideImage LeftImage { get; }
Property Value
RightImage
Declaration
cs-api-definition
IDockingGuideImage RightImage { get; }
Property Value
TopImage
Declaration
cs-api-definition
IDockingGuideImage TopImage { get; }
Property Value