Class WizardPageHeaderElement
Represents a page header of RadWizard.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class WizardPageHeaderElement : BaseWizardElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
WizardPageHeaderElement()
Creates a WizardPageHeaderElement instance.
Declaration
public WizardPageHeaderElement()
Fields
IconProperty
Properties
Header
Gets or sets the text of HeaderElement.
Declaration
public string Header { get; set; }
Property Value
System.String
|
HeaderElement
Gets the element containing the WizardPageHeader header text.
Declaration
public BaseWizardElement HeaderElement { get; }
Property Value
BaseWizardElement
|
HeaderVisibility
Gets or sets the HeaderElement visibility.
Declaration
public ElementVisibility HeaderVisibility { get; set; }
Property Value
ElementVisibility
|
Icon
Gets or sets the WizardPageHeader icon image.
Declaration
public Image Icon { get; set; }
Property Value
System.Drawing.Image
|
IconAlignment
Gets or set the alignment of the WizardPageHeader icon image.
Declaration
public ContentAlignment IconAlignment { get; set; }
Property Value
System.Drawing.ContentAlignment
|
IconElement
Gets the element containing the WizardPageHeader icon image.
Declaration
public BaseWizardElement IconElement { get; }
Property Value
BaseWizardElement
|
Title
Gets or sets the text of TitleElement.
Declaration
public string Title { get; set; }
Property Value
System.String
|
TitleElement
Gets the element containing the WizardPageHeader title text.
Declaration
public BaseWizardElement TitleElement { get; }
Property Value
BaseWizardElement
|
TitleVisibility
Gets or sets the TitleElement visibility.
Declaration
public ElementVisibility TitleVisibility { get; set; }
Property Value
ElementVisibility
|
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
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.Drawing.SizeF
availableSize
|
Returns
System.Drawing.SizeF
|
Overrides
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|
Overrides
UpdateInfo(WizardPage)
Updates the current state of the element.
Declaration
public override void UpdateInfo(WizardPage page)
Parameters
WizardPage
page
|