[]
Summary description for Label.
[DefaultSize(1, 0.2)]
public sealed class Label : ARControl, IComponent, IDisposable, IPersistControl, ISupportInitialize
Name | Description |
---|---|
Label() | Initializes a new instance of the Label class. |
Name | Description |
---|---|
Alignment | Gets or sets the alignment of text within the bounds of the control. |
Angle | Gets or sets the angle (slope) of the text within the control area. |
BackColor | Sets/gets controls BackColor. |
CharacterSpacing | Determines the distance in points between two characters. |
ClassName | Gets or sets a style rule class name. The style rule is used to format the control. |
ControlType | |
Font | Sets/gets control's font. |
ForeColor | Gets/sets control's ForeColor style. |
HyperLink | Gets or sets a URL address that can be used in the viewer's HyperLink event to navigate to the specified location. The URL is automatically converted into an anchor tag or a hyperlink in HTML and PDF exports. |
LineSpacing | Determines the spacing in points between text lines |
MinCondenseRate | Gets ot sets the value indicating the minimal value to which the label should condense its characters horizontally in order to fit the content. |
MultiLine | Gets or sets a value indicating whether this is a multi-line label control. |
Padding | Determaines the padding in points |
RightToLeft | Sets or returns a value indicating whether control's elements are aligned to support locales using right-to-left fonts. |
ShrinkToFit | Gets ot sets the value indicating whether the label should decrease the font size in order to fit the content. |
Style | Gets or sets a style string for the label. |
Text | Gets or sets the text of the label to be printed. |
TextJustify | Gets or sets the type of justification to use when the Alignment property is set to Justify. |
Value | Gets or sets the current Value of the Label control. |
VerticalAlignment | Gets or sets the position of the label's text vertically within the bounds of the control. |
VerticalText | Gets or sets whether label should be rendered according to vertical layout rules |
WrapMode | Sets/gets control's wrap mode using CSS. |
Name | Description |
---|---|
GetControlBounds(PointF, float, float) | |
QuickLoad(BinaryReader) | Loads the control from specified binary reader. |
QuickSave(BinaryWriter) | Saves the control to the specified binary writer. |
ReadXml(XmlNode) | Reads the control from specified XML node. |
WriteXml(XmlElement) | Writes the control as XML to specified XML node. |