ClassDockingGuideImage
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:
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DockingGuideImage : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx, IDockingGuideImage
Inheritance: objectRadDockObjectDockingGuideImage
Implements:
Inherited Members
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).
Image
Gets or sets the default image.
LocationOnCenterGuide
Gets or sets the location of the image when displayed on the "Center" docking guide.
Declaration
public Point LocationOnCenterGuide { get; set; }
Property Value
Implements
Predefined
Determines whether the image is internally created by the framework. Such images may not be modified.
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
Implements
Methods
ShouldSerializeProperty(string)
Determines which properties should be serialized.