ClassWatermarkLabel
Definition
Namespace:Telerik.WinControls.UI.SplashScreen
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class WatermarkLabel : RadControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IAnalyticsProvider, IWatermarkControl
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlRadControlWatermarkLabel
Derived Classes:
Implements:
Inherited Members
Constructors
WatermarkLabel()
Declaration
public WatermarkLabel()
Properties
AutoSize
Gets or sets a value indicating whether the control is automatically resized to display its entire contents.
Declaration
public override bool AutoSize { get; set; }
Property Value
Overrides
Font
Gets or sets the Font of the control. This is actually the Font property of the root element.
LabelElement
Declaration
public LightVisualElement LabelElement { get; }
Property Value
Text
Declaration
public override string Text { get; set; }
Property Value
Overrides
TextAlignment
Declaration
public ContentAlignment TextAlignment { get; set; }
Property Value
Methods
ApplyTheme(WatermarkThemeMode)
Declaration
public void ApplyTheme(WatermarkThemeMode mode)
Parameters
mode
Implements
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
parent
Overrides
CreateLabelElement()
Declaration
protected virtual LightVisualElement CreateLabelElement()
Returns
ProcessAutoSizeChanged(bool)
Declaration
protected override void ProcessAutoSizeChanged(bool value)
Parameters
value
Overrides
ShouldSerializeProperty(RadProperty)
Determines whether the specified RadProperty should be serialized.
Declaration
protected override bool ShouldSerializeProperty(RadProperty property)
Parameters
property
The RadProperty that is about to be serialized.
Returns
A value indicating whether to serialize the property value.
Overrides