Class
DockingGuideImage

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

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DockingGuideImage : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx, IDockingGuideImage

Inheritance: objectRadDockObjectDockingGuideImage

Implements: IDisposableIDockingGuideImageINotifyPropertyChangedINotifyPropertyChangingEx

Inherited Members RadDockObject.Dispose()RadDockObject.Dispose(bool)RadDockObject.DisposeManagedResources()RadDockObject.DisposeUnmanagedResources()RadDockObject.OnPropertyChanging(string)RadDockObject.OnPropertyChanged(string)RadDockObject.EventsRadDockObject.DisposingRadDockObject.IsDisposedRadDockObject.DisposedRadDockObject.PropertyChangingRadDockObject.PropertyChanged

Constructors

DockingGuideImage()

Declaration

cs-api-definition
public DockingGuideImage()

Properties

HotImage

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

Declaration

cs-api-definition
public Image HotImage { get; set; }

Property Value

Image

Implements IDockingGuideImage.HotImage

Image

Gets or sets the default image.

Declaration

cs-api-definition
public Image Image { get; set; }

Property Value

Image

Implements IDockingGuideImage.Image

LocationOnCenterGuide

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

Declaration

cs-api-definition
public Point LocationOnCenterGuide { get; set; }

Property Value

Point

Implements IDockingGuideImage.LocationOnCenterGuide

Predefined

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

Declaration

cs-api-definition
public bool Predefined { get; }

Property Value

bool

PreferredSize

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

Declaration

cs-api-definition
public Size PreferredSize { get; set; }

Property Value

Size

Implements IDockingGuideImage.PreferredSize

Methods

ShouldSerializeProperty(string)

Determines which properties should be serialized.

Declaration

cs-api-definition
protected override bool ShouldSerializeProperty(string propName)

Parameters

propName

string

Returns

bool

Overrides RadDockObject.ShouldSerializeProperty(string)