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
RadProperty
|
DockingHintBackColorProperty
DockingHintBorderColorProperty
DockingHintBorderWidthProperty
Properties
BottomImage
Declaration
public DockingGuideImageElement BottomImage { get; }
Property Value
DockingGuideImageElement
|
CenterBackgroundImage
Declaration
public DockingGuideImageElement CenterBackgroundImage { get; }
Property Value
DockingGuideImageElement
|
CollapsedInnerImageCoefficient
Declaration
public float CollapsedInnerImageCoefficient { get; set; }
Property Value
System.Single
|
DockingHintBackColor
Declaration
public Color DockingHintBackColor { get; set; }
Property Value
System.Drawing.Color
|
DockingHintBorderColor
Declaration
public Color DockingHintBorderColor { get; set; }
Property Value
System.Drawing.Color
|
DockingHintBorderWidth
Declaration
public int DockingHintBorderWidth { get; set; }
Property Value
System.Int32
|
FillImage
Declaration
public DockingGuideImageElement FillImage { get; }
Property Value
DockingGuideImageElement
|
InnerBottomImage
Declaration
public DockingGuideImageElement InnerBottomImage { get; }
Property Value
DockingGuideImageElement
|
InnerLeftImage
Declaration
public DockingGuideImageElement InnerLeftImage { get; }
Property Value
DockingGuideImageElement
|
InnerRightImage
Declaration
public DockingGuideImageElement InnerRightImage { get; }
Property Value
DockingGuideImageElement
|
InnerTopImage
Declaration
public DockingGuideImageElement InnerTopImage { get; }
Property Value
DockingGuideImageElement
|
LeftImage
Declaration
public DockingGuideImageElement LeftImage { get; }
Property Value
DockingGuideImageElement
|
RightImage
Declaration
public DockingGuideImageElement RightImage { get; }
Property Value
DockingGuideImageElement
|
Template
Declaration
public IDockingGuidesTemplate Template { get; set; }
Property Value
IDockingGuidesTemplate
|
TopImage
Declaration
public DockingGuideImageElement TopImage { get; }
Property Value
DockingGuideImageElement
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.Drawing.SizeF
finalSize
|
Returns
System.Drawing.SizeF
|
Overrides
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
InitializeFields()
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|