Class DockingGuideImage
Encapsulates a docking guide image. Includes additional settings allowing for proper Docking Guides visualization.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockingGuideImage : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx, IDockingGuideImage
Constructors
DockingGuideImage()
Declaration
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
public Image HotImage { get; set; }
Property Value
System.Drawing.Image
|
Implements
Image
Gets or sets the default image.
Declaration
public Image Image { get; set; }
Property Value
System.Drawing.Image
|
Implements
LocationOnCenterGuide
Gets or sets the location of the image when displayed on the "Center" docking guide.
Declaration
public Point LocationOnCenterGuide { get; set; }
Property Value
System.Drawing.Point
|
Implements
Predefined
Determines whether the image is internally created by the framework. Such images may not be modified.
Declaration
public bool Predefined { get; }
Property Value
System.Boolean
|
PreferredSize
Gets or sets the desired sized to be used when rendering image. By default the size of the Image itself is used.
Declaration
public Size PreferredSize { get; set; }
Property Value
System.Drawing.Size
|
Implements
Methods
ShouldSerializeProperty(String)
Determines which properties should be serialized.
Declaration
protected override bool ShouldSerializeProperty(string propName)
Parameters
System.String
propName
|
Returns
System.Boolean
|