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

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