Gets or sets the height of C1WebGroupHeader's text.
Namespace:
C1.Web.CommandAssembly: C1.Web.Command.2 (in C1.Web.Command.2.dll)
Syntax
| C# |
|---|
[DefaultValueAttribute(typeof(Unit), "")] [NotifyParentPropertyAttribute(true)] public Unit TextHeight { get; set; } |
| Visual Basic (Declaration) |
|---|
<DefaultValueAttribute(GetType(Unit), "")> _ <NotifyParentPropertyAttribute(True)> _ Public Property TextHeight As Unit |