ComponentOne GanttView for WinForms
C1.Win.C1GanttView.4.5.2 Assembly / C1.Win.C1GanttView Namespace / C1GanttView Class / MarqueeColor Property

In This Topic
    MarqueeColor Property (C1GanttView)
    In This Topic
    Gets or sets the color of marquee displayed on the chart view when resizing or moving task rectangles.
    Syntax
    'Declaration
     
    Public Property MarqueeColor As System.Drawing.Color
    public System.Drawing.Color MarqueeColor {get; set;}
    See Also