Specifies the default position of the toolbar

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Dock ToolBarPlacement { get; set; }
Visual Basic
Public Property ToolBarPlacement As Dock
	Get
	Set
JScript
function get ToolBarPlacement () : Dock
function set ToolBarPlacement (value : Dock)

See Also