TableOfContentsEntryStyleDataLineHeight Property |
Gets or sets the height of the line.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "lineHeight", EmitDefaultValue = false)]
public string LineHeight { get; set; }
<DataMemberAttribute(Name := "lineHeight", EmitDefaultValue := false)>
Public Property LineHeight As String
Get
Set
public:
[DataMemberAttribute(Name = L"lineHeight", EmitDefaultValue = false)]
property String^ LineHeight {
String^ get ();
void set (String^ value);
}
[<DataMemberAttribute(Name = "lineHeight", EmitDefaultValue = false)>]
member LineHeight : string with get, set
Property Value
Type:
String
The height of the line.
See Also