DockingGuideImage
Class
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:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class DockingGuideImage : RadDockObject, IDisposable, INotifyPropertyChanged, INotifyPropertyChangingEx, IDockingGuideImage
Inheritance: objectRadDockObjectDockingGuideImage
Implements:
Inherited Members
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:
Gets or sets the location of the image when displayed on the "Center" docking guide.
C#
public Point LocationOnCenterGuide { get; set; }
Implements:
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: