ShowAsAvailableTimelineStyle Property
In This Topic
Gets or sets a value indicating whether the table style is shown as available in the time-line styles gallery.
Syntax
'Declaration
Public Property ShowAsAvailableTimelineStyle As Boolean
'Usage
Dim instance As TableStyle
Dim value As Boolean
instance.ShowAsAvailableTimelineStyle = value
value = instance.ShowAsAvailableTimelineStyle
public bool ShowAsAvailableTimelineStyle {get; set;}
Property Value
true
if the table style is shown as available in the time-line styles gallery; otherwise,
false
.
See Also