GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.GanttView Namespace / Task Class / FieldStyles Property

In This Topic
    FieldStyles Property (Task)
    In This Topic
    Gets the collection of field styles for the given task.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property FieldStyles As FieldStyleCollection
    public override FieldStyleCollection FieldStyles {get;}
    See Also