Class PropertyGridHelpElement
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class PropertyGridHelpElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
PropertyGridHelpElement()
Declaration
public PropertyGridHelpElement()
Properties
ContentText
Gets or sets the text of the PropertyGridHelpElement content.
Declaration
public string ContentText { get; set; }
Property Value
System.String
|
HelpContentElement
Gets the PropertyGridHelpContentElement.
Declaration
public PropertyGridHelpContentElement HelpContentElement { get; }
Property Value
PropertyGridHelpContentElement
|
HelpElementHeight
Gets or sets the height of the PropertyGridHelpElement.
Declaration
public float HelpElementHeight { get; set; }
Property Value
System.Single
|
HelpTitleElement
Gets the PropertyGridHelpTitleElement.
Declaration
public PropertyGridHelpTitleElement HelpTitleElement { get; }
Property Value
PropertyGridHelpTitleElement
|
SplitElement
Gets the parent PropertyGridSplitElement of this element.
Declaration
public PropertyGridSplitElement SplitElement { get; }
Property Value
PropertyGridSplitElement
|
TitleText
Gets or sets the text of the PropertyGridHelpElement title.
Declaration
public string TitleText { get; set; }
Property Value
System.String
|
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()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|