Interface IDockingGuideImage
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public interface IDockingGuideImage
Properties
HotImage
Declaration
Image HotImage { get; set; }
Property Value
System.Drawing.Image
|
Image
Declaration
Image Image { get; set; }
Property Value
System.Drawing.Image
|
LocationOnCenterGuide
Declaration
Point LocationOnCenterGuide { get; set; }
Property Value
System.Drawing.Point
|
PreferredSize
Declaration
Size PreferredSize { get; }
Property Value
System.Drawing.Size
|