ComponentOne DockControl for WPF
C1.WPF.Docking Namespace / C1DockControl Class / InnerPickerStyle Property

In This Topic
    InnerPickerStyle Property (C1DockControl)
    In This Topic
    Gets or sets the Style applied to C1DockPicker instances that are relative to individual C1DockTabControls.
    Syntax
    'Declaration
     
    Public Property InnerPickerStyle As Style
    public Style InnerPickerStyle {get; set;}
    See Also