Interface ILabel
Interface for Forms9Patch elements that have labels
Inherited Members
Namespace: Forms9Patch
Assembly: Forms9Patch.dll
Syntax
public interface ILabel : ILabelStyle, IFontElement, IElement
Properties
FittedFontSize
gets the size of the rendered font IF it was changed per AutoFit (-1 if it was not changed)
Declaration
double FittedFontSize { get; }
Property Value
Type | Description |
---|---|
Double |
HtmlText
Alternative Markup text
Declaration
string HtmlText { get; set; }
Property Value
Type | Description |
---|---|
String |
SynchronizedFontSize
Allows manual override of FontSize and FittedFontSize to allow manual control of rendered font size
Declaration
double SynchronizedFontSize { get; set; }
Property Value
Type | Description |
---|---|
Double |
Text
Plain text
Declaration
string Text { get; set; }
Property Value
Type | Description |
---|---|
String |