DashboardLayout for WinForms | ComponentOne
C1.Win.Layout.Styles Namespace / ItemContainerStyle Class / PlaceHolderColor Property

In This Topic
    PlaceHolderColor Property (ItemContainerStyle)
    In This Topic
    Gets or sets the System.Drawing.Color used to paint the background of the place holder.
    Syntax
    'Declaration
     
    
    Public Property PlaceHolderColor As Color
    public Color PlaceHolderColor {get; set;}
    See Also