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

Encapsulates a docking guide image. Includes additional settings allowing for proper Docking Guides visualization.

Definition

Constructors

C#
public DockingGuideImage()

Properties

Gets or sets the hot image (the image to be displayed when the mouse hovers the guide displaying this image).

C#
public Image HotImage { get; set; }

Implements: IDockingGuideImage.HotImage

Gets or sets the default image.

C#
public Image Image { get; set; }

Implements: IDockingGuideImage.Image

Gets or sets the location of the image when displayed on the "Center" docking guide.

C#
public Point LocationOnCenterGuide { get; set; }

Implements: IDockingGuideImage.LocationOnCenterGuide

Determines whether the image is internally created by the framework. Such images may not be modified.

C#
public bool Predefined { get; }

Gets or sets the desired sized to be used when rendering image. By default the size of the Image itself is used.

C#
public Size PreferredSize { get; set; }

Implements: IDockingGuideImage.PreferredSize

Methods

Determines which properties should be serialized.

C#
protected override bool ShouldSerializeProperty(string propName)
Parameters:propNamestringReturns:

bool

Overrides: RadDockObject.ShouldSerializeProperty(string)