New to Telerik UI for WinFormsStart a free 30-day trial

Defines settings for the Docking Guides used by the DragDropService.

Definition

Constructors

Default constructor.

C#
public DockingGuidesTemplate()

Properties

Gets the DockingGuideImage instance that represents the bottom guide image.

C#
public IDockingGuideImage BottomImage { get; }

Implements: IDockingGuidesTemplate.BottomImage

Gets the DockingGuideImage instance that represents center guide's background image.

C#
public IDockingGuideImage CenterBackgroundImage { get; }

Implements: IDockingGuidesTemplate.CenterBackgroundImage

C#
public float CollapsedInnerImageCoefficient { get; set; }

Implements: IDockingGuidesTemplate.CollapsedInnerImageCoefficient

C#
protected virtual float DefaultCollapsedInnerImageCoefficient { get; }

Gets the default DockingHintBackColor value.

C#
protected virtual Color DefaultDockingHintBackColor { get; }

Gets the default DockingHintBorderColor value.

C#
protected virtual Color DefaultDockingHintBorderColor { get; }

Gets the default DockingHintBackColor value.

C#
protected virtual int DefaultDockingHintBorderWidth { get; }

Gets or sets the color used to fill the area of the docking hint popup.

C#
public Color DockingHintBackColor { get; set; }

Implements: IDockingGuidesTemplate.DockingHintBackColor

Gets or sets the color used to outline the area of the docking hint popup.

C#
public Color DockingHintBorderColor { get; set; }

Implements: IDockingGuidesTemplate.DockingHintBorderColor

Gets or sets the color used to fill the area of the docking hint popup.

C#
public int DockingHintBorderWidth { get; set; }

Implements: IDockingGuidesTemplate.DockingHintBorderWidth

Gets the DockingGuideImage instance that represents the fill guide image.

C#
public IDockingGuideImage FillImage { get; }

Implements: IDockingGuidesTemplate.FillImage

Gets the DockingGuideImage instance that represents the inner bottom guide image.

C#
public IDockingGuideImage InnerBottomImage { get; }

Implements: IDockingGuidesTemplate.InnerBottomImage

Gets the DockingGuideImage instance that represents the inner left guide image.

C#
public IDockingGuideImage InnerLeftImage { get; }

Implements: IDockingGuidesTemplate.InnerLeftImage

Gets the DockingGuideImage instance that represents the inner right guide image.

C#
public IDockingGuideImage InnerRightImage { get; }

Implements: IDockingGuidesTemplate.InnerRightImage

Gets the DockingGuideImage instance that represents the inner top guide image.

C#
public IDockingGuideImage InnerTopImage { get; }

Implements: IDockingGuidesTemplate.InnerTopImage

Gets the DockingGuideImage instance that represents the left guide image.

C#
public IDockingGuideImage LeftImage { get; }

Implements: IDockingGuidesTemplate.LeftImage

Gets the DockingGuideImage instance that represents the right guide image.

C#
public IDockingGuideImage RightImage { get; }

Implements: IDockingGuidesTemplate.RightImage

Gets the DockingGuideImage instance that represents the top guide image.

C#
public IDockingGuideImage TopImage { get; }

Implements: IDockingGuidesTemplate.TopImage