Class TitleElement
Inheritance
System.Object
TitleElement
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TitleElement : CalendarVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
TitleElement()
Declaration
protected TitleElement()
TitleElement(String)
Declaration
protected TitleElement(string text)
Parameters
System.
|
TitleElement(CalendarVisualElement, String)
Declaration
public TitleElement(CalendarVisualElement owner, string text)
Parameters
Calendar
|
System.
|
Properties
View
Declaration
public override CalendarView View { get; set; }
Property Value
Overrides
Methods
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
MeasureOverride(SizeF)
Declaration
protected override SizeF MeasureOverride(SizeF availableSize)
Parameters
System.
|
Returns
System.
|