Gets or sets the Style applied to C1DockPicker instances that are relative to the whole C1DockControl.

Namespace:  C1.Silverlight.Docking
Assembly:  C1.Silverlight.Docking (in C1.Silverlight.Docking.dll)

Syntax

C#
public Style OuterPickerStyle { get; set; }
Visual Basic
Public Property OuterPickerStyle As Style
	Get
	Set

See Also