ClassDockingGuidesTemplate
Defines settings for the Docking Guides used by the DragDropService.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class DockingGuidesTemplate : Component, IComponent, IDockingGuidesTemplate, IDisposable
Inheritance: objectMarshalByRefObjectComponentDockingGuidesTemplate
Derived Classes:
Implements:
Inherited Members
Constructors
DockingGuidesTemplate()
Default constructor.
Declaration
public DockingGuidesTemplate()
Properties
BottomImage
Gets the DockingGuideImage instance that represents the bottom guide image.
Declaration
public IDockingGuideImage BottomImage { get; }
Property Value
Implements
CenterBackgroundImage
Gets the DockingGuideImage instance that represents center guide's background image.
Declaration
public IDockingGuideImage CenterBackgroundImage { get; }
Property Value
Implements
CollapsedInnerImageCoefficient
Declaration
public float CollapsedInnerImageCoefficient { get; set; }
Property Value
Implements
DefaultCollapsedInnerImageCoefficient
Declaration
protected virtual float DefaultCollapsedInnerImageCoefficient { get; }
Property Value
DefaultDockingHintBackColor
Gets the default DockingHintBackColor value.
Declaration
protected virtual Color DefaultDockingHintBackColor { get; }
Property Value
DefaultDockingHintBorderColor
Gets the default DockingHintBorderColor value.
Declaration
protected virtual Color DefaultDockingHintBorderColor { get; }
Property Value
DefaultDockingHintBorderWidth
Gets the default DockingHintBackColor value.
Declaration
protected virtual int DefaultDockingHintBorderWidth { get; }
Property Value
DockingHintBackColor
Gets or sets the color used to fill the area of the docking hint popup.
Declaration
public Color DockingHintBackColor { get; set; }
Property Value
Implements
DockingHintBorderColor
Gets or sets the color used to outline the area of the docking hint popup.
Declaration
public Color DockingHintBorderColor { get; set; }
Property Value
Implements
DockingHintBorderWidth
Gets or sets the color used to fill the area of the docking hint popup.
Declaration
public int DockingHintBorderWidth { get; set; }
Property Value
Implements
FillImage
Gets the DockingGuideImage instance that represents the fill guide image.
Declaration
public IDockingGuideImage FillImage { get; }
Property Value
Implements
InnerBottomImage
Gets the DockingGuideImage instance that represents the inner bottom guide image.
Declaration
public IDockingGuideImage InnerBottomImage { get; }
Property Value
Implements
InnerLeftImage
Gets the DockingGuideImage instance that represents the inner left guide image.
Declaration
public IDockingGuideImage InnerLeftImage { get; }
Property Value
Implements
InnerRightImage
Gets the DockingGuideImage instance that represents the inner right guide image.
Declaration
public IDockingGuideImage InnerRightImage { get; }
Property Value
Implements
InnerTopImage
Gets the DockingGuideImage instance that represents the inner top guide image.
Declaration
public IDockingGuideImage InnerTopImage { get; }
Property Value
Implements
LeftImage
Gets the DockingGuideImage instance that represents the left guide image.
Declaration
public IDockingGuideImage LeftImage { get; }
Property Value
Implements
RightImage
Gets the DockingGuideImage instance that represents the right guide image.
Declaration
public IDockingGuideImage RightImage { get; }
Property Value
Implements
TopImage
Gets the DockingGuideImage instance that represents the top guide image.
Declaration
public IDockingGuideImage TopImage { get; }
Property Value
Implements