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 Property
Declaration
public string ContentText { get; set; }
Property Value
System.
|
HelpContentElement
Gets the Property
Declaration
public PropertyGridHelpContentElement HelpContentElement { get; }
Property Value
HelpElementHeight
Gets or sets the height of the Property
Declaration
public float HelpElementHeight { get; set; }
Property Value
System.
|
HelpTitleElement
Gets the Property
Declaration
public PropertyGridHelpTitleElement HelpTitleElement { get; }
Property Value
SplitElement
Gets the parent Property
Declaration
public PropertyGridSplitElement SplitElement { get; }
Property Value
TitleText
Gets or sets the text of the Property
Declaration
public string TitleText { get; set; }
Property Value
System.
|
Methods
ArrangeOverride(SizeF)
Declaration
protected override SizeF ArrangeOverride(SizeF finalSize)
Parameters
System.
|
Returns
System.
|
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.
|
Returns
System.
|