Class DockingGuidesElement
Inheritance
System.Object
DockingGuidesElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DockingGuidesElement : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
DockingGuidesElement()
Declaration
public DockingGuidesElement()
Fields
CollapsedInnerImageCoefficientProperty
Declaration
public static RadProperty CollapsedInnerImageCoefficientProperty
Field Value
DockingHintBackColorProperty
DockingHintBorderColorProperty
DockingHintBorderWidthProperty
Properties
BottomImage
Declaration
public DockingGuideImageElement BottomImage { get; }
Property Value
CenterBackgroundImage
Declaration
public DockingGuideImageElement CenterBackgroundImage { get; }
Property Value
CollapsedInnerImageCoefficient
Declaration
public float CollapsedInnerImageCoefficient { get; set; }
Property Value
System.
|
DockingHintBackColor
Declaration
public Color DockingHintBackColor { get; set; }
Property Value
System.
|
DockingHintBorderColor
Declaration
public Color DockingHintBorderColor { get; set; }
Property Value
System.
|
DockingHintBorderWidth
Declaration
public int DockingHintBorderWidth { get; set; }
Property Value
System.
|
FillImage
Declaration
public DockingGuideImageElement FillImage { get; }
Property Value
InnerBottomImage
Declaration
public DockingGuideImageElement InnerBottomImage { get; }
Property Value
InnerLeftImage
Declaration
public DockingGuideImageElement InnerLeftImage { get; }
Property Value
InnerRightImage
Declaration
public DockingGuideImageElement InnerRightImage { get; }
Property Value
InnerTopImage
Declaration
public DockingGuideImageElement InnerTopImage { get; }
Property Value
LeftImage
Declaration
public DockingGuideImageElement LeftImage { get; }
Property Value
RightImage
Declaration
public DockingGuideImageElement RightImage { get; }
Property Value
Template
Declaration
public IDockingGuidesTemplate Template { get; set; }
Property Value
TopImage
Declaration
public DockingGuideImageElement TopImage { get; }
Property Value
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|