Class FormLabel
Inherited Members
Namespace: DRIT.Spreadsheet.Forms
Assembly: DRIT.Spreadsheet.dll
Syntax
public class FormLabel : FormControl, IWorksheetDrawingObject, ISheetDrawingObject, IDrawingObject
Properties
Font
Declaration
public Font Font { get; }
Property Value
Type | Description |
---|---|
Font |
Text
Gets or sets the text displayed on the form control.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |