'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Labels")> <System.ComponentModel.DescriptionAttribute("Controls whether the row should use fixed or date time unit sensitive value formatting")> Public Property EnableUnitSensitiveFormatting As System.Boolean
'Usage
Dim instance As NTimelineScaleRow Dim value As System.Boolean instance.EnableUnitSensitiveFormatting = value value = instance.EnableUnitSensitiveFormatting
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Labels")] [System.ComponentModel.Description("Controls whether the row should use fixed or date time unit sensitive value formatting")] public System.bool EnableUnitSensitiveFormatting {get; set;}