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
Default constructor.
public DockingGuidesTemplate()
Properties
Gets the DockingGuideImage instance that represents the bottom guide image.
public IDockingGuideImage BottomImage { get; }
Implements:
Gets the DockingGuideImage instance that represents center guide's background image.
public IDockingGuideImage CenterBackgroundImage { get; }
Implements:
public float CollapsedInnerImageCoefficient { get; set; }
Implements:
protected virtual float DefaultCollapsedInnerImageCoefficient { get; }
Gets the default DockingHintBackColor value.
protected virtual Color DefaultDockingHintBackColor { get; }
Gets the default DockingHintBorderColor value.
protected virtual Color DefaultDockingHintBorderColor { get; }
Gets the default DockingHintBackColor value.
protected virtual int DefaultDockingHintBorderWidth { get; }
Gets or sets the color used to fill the area of the docking hint popup.
public Color DockingHintBackColor { get; set; }
Implements:
Gets or sets the color used to outline the area of the docking hint popup.
public Color DockingHintBorderColor { get; set; }
Implements:
Gets or sets the color used to fill the area of the docking hint popup.
public int DockingHintBorderWidth { get; set; }
Implements:
Gets the DockingGuideImage instance that represents the fill guide image.
public IDockingGuideImage FillImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the inner bottom guide image.
public IDockingGuideImage InnerBottomImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the inner left guide image.
public IDockingGuideImage InnerLeftImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the inner right guide image.
public IDockingGuideImage InnerRightImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the inner top guide image.
public IDockingGuideImage InnerTopImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the left guide image.
public IDockingGuideImage LeftImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the right guide image.
public IDockingGuideImage RightImage { get; }
Implements:
Gets the DockingGuideImage instance that represents the top guide image.
public IDockingGuideImage TopImage { get; }
Implements: