Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class DockingGuideImageElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IBindableComponent, IComponent, IDisposable, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IDockingGuideImage
Inheritance: objectDisposableObjectRadObjectRadElementVisualElementRadComponentElementRadItemDockingGuideImageElement...
Implements:
Inherited Members
Constructors
public DockingGuideImageElement()
Fields
public static RadProperty HotImageProperty
public static RadProperty ImageProperty
public static RadProperty IsHotProperty
public static RadProperty LocationOnCenterGuideProperty
Properties
[TypeConverter(typeof(ImageTypeConverter))]
public Image HotImage { get; set; }
Implements:
[TypeConverter(typeof(ImageTypeConverter))]
public Image Image { get; set; }
Implements:
public Point LocationOnCenterGuide { get; set; }
Implements:
public Size PreferredSize { get; }
Implements:
Methods
Initializes the fields of this instance with their default values.
protected override void InitializeFields()
Overrides:
Measures the space required by the RadElement
Used by the layout system.
protected override SizeF MeasureOverride(SizeF availableSize)
The size that is available to the RadElement. The available size can be infinity (to take the full size of the element)
Returns:The minimum size required by the element to be completely visible. Cannot be infinity.
Overrides:
In this method call to the Measure method of each child must be made.
Called when a property value has changed, handling item-specific property change logic including text, visual state, and animation properties.
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
The property changed event arguments.
Overrides:
Paints the element's background and calls the base implementation to paint child elements.
public virtual void ResetValues()