Class
DockingGuidesTemplate

Defines settings for the Docking Guides used by the DragDropService.

Definition

Constructors

DockingGuidesTemplate()

Default constructor.

Declaration

cs-api-definition
public DockingGuidesTemplate()

Properties

BottomImage

Gets the DockingGuideImage instance that represents the bottom guide image.

Declaration

cs-api-definition
public IDockingGuideImage BottomImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.BottomImage

CenterBackgroundImage

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

Declaration

cs-api-definition
public IDockingGuideImage CenterBackgroundImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.CenterBackgroundImage

CollapsedInnerImageCoefficient

Declaration

cs-api-definition
public float CollapsedInnerImageCoefficient { get; set; }

Property Value

float

Implements IDockingGuidesTemplate.CollapsedInnerImageCoefficient

DefaultCollapsedInnerImageCoefficient

Declaration

cs-api-definition
protected virtual float DefaultCollapsedInnerImageCoefficient { get; }

Property Value

float

DefaultDockingHintBackColor

Gets the default DockingHintBackColor value.

Declaration

cs-api-definition
protected virtual Color DefaultDockingHintBackColor { get; }

Property Value

Color

DefaultDockingHintBorderColor

Gets the default DockingHintBorderColor value.

Declaration

cs-api-definition
protected virtual Color DefaultDockingHintBorderColor { get; }

Property Value

Color

DefaultDockingHintBorderWidth

Gets the default DockingHintBackColor value.

Declaration

cs-api-definition
protected virtual int DefaultDockingHintBorderWidth { get; }

Property Value

int

DockingHintBackColor

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

Declaration

cs-api-definition
public Color DockingHintBackColor { get; set; }

Property Value

Color

Implements IDockingGuidesTemplate.DockingHintBackColor

DockingHintBorderColor

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

Declaration

cs-api-definition
public Color DockingHintBorderColor { get; set; }

Property Value

Color

Implements IDockingGuidesTemplate.DockingHintBorderColor

DockingHintBorderWidth

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

Declaration

cs-api-definition
public int DockingHintBorderWidth { get; set; }

Property Value

int

Implements IDockingGuidesTemplate.DockingHintBorderWidth

FillImage

Gets the DockingGuideImage instance that represents the fill guide image.

Declaration

cs-api-definition
public IDockingGuideImage FillImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.FillImage

InnerBottomImage

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

Declaration

cs-api-definition
public IDockingGuideImage InnerBottomImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.InnerBottomImage

InnerLeftImage

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

Declaration

cs-api-definition
public IDockingGuideImage InnerLeftImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.InnerLeftImage

InnerRightImage

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

Declaration

cs-api-definition
public IDockingGuideImage InnerRightImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.InnerRightImage

InnerTopImage

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

Declaration

cs-api-definition
public IDockingGuideImage InnerTopImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.InnerTopImage

LeftImage

Gets the DockingGuideImage instance that represents the left guide image.

Declaration

cs-api-definition
public IDockingGuideImage LeftImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.LeftImage

RightImage

Gets the DockingGuideImage instance that represents the right guide image.

Declaration

cs-api-definition
public IDockingGuideImage RightImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.RightImage

TopImage

Gets the DockingGuideImage instance that represents the top guide image.

Declaration

cs-api-definition
public IDockingGuideImage TopImage { get; }

Property Value

IDockingGuideImage

Implements IDockingGuidesTemplate.TopImage