Class DockingGuidesTemplate
Defines settings for the Docking Guides used by the DragDropService.
Inheritance
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockingGuidesTemplate : Component, IDockingGuidesTemplate, IDisposable
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
IDockingGuideImage
|
Implements
CenterBackgroundImage
Gets the DockingGuideImage instance that represents center guide's background image.
Declaration
public IDockingGuideImage CenterBackgroundImage { get; }
Property Value
IDockingGuideImage
|
Implements
CollapsedInnerImageCoefficient
Declaration
public float CollapsedInnerImageCoefficient { get; set; }
Property Value
System.Single
|
Implements
DefaultCollapsedInnerImageCoefficient
Declaration
protected virtual float DefaultCollapsedInnerImageCoefficient { get; }
Property Value
System.Single
|
DefaultDockingHintBackColor
Gets the default DockingHintBackColor value.
Declaration
protected virtual Color DefaultDockingHintBackColor { get; }
Property Value
System.Drawing.Color
|
DefaultDockingHintBorderColor
Gets the default DockingHintBorderColor value.
Declaration
protected virtual Color DefaultDockingHintBorderColor { get; }
Property Value
System.Drawing.Color
|
DefaultDockingHintBorderWidth
Gets the default DockingHintBackColor value.
Declaration
protected virtual int DefaultDockingHintBorderWidth { get; }
Property Value
System.Int32
|
DockingHintBackColor
Gets or sets the color used to fill the area of the docking hint popup.
Declaration
public Color DockingHintBackColor { get; set; }
Property Value
System.Drawing.Color
|
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
System.Drawing.Color
|
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
System.Int32
|
Implements
FillImage
Gets the DockingGuideImage instance that represents the fill guide image.
Declaration
public IDockingGuideImage FillImage { get; }
Property Value
IDockingGuideImage
|
Implements
InnerBottomImage
Gets the DockingGuideImage instance that represents the inner bottom guide image.
Declaration
public IDockingGuideImage InnerBottomImage { get; }
Property Value
IDockingGuideImage
|
Implements
InnerLeftImage
Gets the DockingGuideImage instance that represents the inner left guide image.
Declaration
public IDockingGuideImage InnerLeftImage { get; }
Property Value
IDockingGuideImage
|
Implements
InnerRightImage
Gets the DockingGuideImage instance that represents the inner right guide image.
Declaration
public IDockingGuideImage InnerRightImage { get; }
Property Value
IDockingGuideImage
|
Implements
InnerTopImage
Gets the DockingGuideImage instance that represents the inner top guide image.
Declaration
public IDockingGuideImage InnerTopImage { get; }
Property Value
IDockingGuideImage
|
Implements
LeftImage
Gets the DockingGuideImage instance that represents the left guide image.
Declaration
public IDockingGuideImage LeftImage { get; }
Property Value
IDockingGuideImage
|
Implements
RightImage
Gets the DockingGuideImage instance that represents the right guide image.
Declaration
public IDockingGuideImage RightImage { get; }
Property Value
IDockingGuideImage
|
Implements
TopImage
Gets the DockingGuideImage instance that represents the top guide image.
Declaration
public IDockingGuideImage TopImage { get; }
Property Value
IDockingGuideImage
|
Implements
Methods
ShouldSerializeDockingHintBackColor()
Declaration
public bool ShouldSerializeDockingHintBackColor()
Returns
System.Boolean
|
ShouldSerializeDockingHintBorderColor()
Declaration
public bool ShouldSerializeDockingHintBorderColor()
Returns
System.Boolean
|
ShouldSerializeDockingHintBorderWidth()
Declaration
public bool ShouldSerializeDockingHintBorderWidth()
Returns
System.Boolean
|