Skip to content

Containers

Grid

Grid container which allows to organize controls with rows and columns

PROPERTIES

Name Type Description IN/OUT
BorderBrush Brush Defines the control's border color -
BorderThickness Int32 Defines the control's border thickness -
Width Double Defines the control's width -
Height Double Defines the control's height -
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
ColumnsCollection ColumnCollection Defines the grid's columns collection -
RowsCollection RowCollection Defines the grid's rows collection -
ShowGridLines Boolean Sets if the grid lines are visible or not. This property is only effective in design mode. -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

GroupBox

GroupBox container with custom header

PROPERTIES

Name Type Description IN/OUT
BorderBrush Brush Defines the control's border color -
BorderThickness Int32 Defines the control's border thickness -
Width Double Defines the control's width -
Height Double Defines the control's height -
Header String Defines the groupbox header -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

Panel

Simple panel container

PROPERTIES

Name Type Description IN/OUT
BorderBrush Brush Defines the control's border color -
BorderThickness Int32 Defines the control's border thickness -
Width Double Defines the control's width -
Height Double Defines the control's height -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

SplitContainerItem

Single container used inside a SplitContainer

PROPERTIES

Name Type Description IN/OUT
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
Background Brush Defines the control's background color -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

SplitContainer

Container with splitted views that can be resized

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
Orientation Orientation Defines the container's orientation -
CollectionSource ObservableCollection Defines the Collection of Containers -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

StackPanel

Stack which organizes controls horizontally or vertically

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
BorderBrush Brush Defines the control's border color -
BorderThickness Int32 Defines the control's border thickness -
Orientation Orientation Defines the stack's orientation -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

TabItem

Single tab container inside a TabControl

PROPERTIES

Name Type Description IN/OUT
IconSource StringPath Defines the icon to display -
IconWidth Int32 Defines the icon's width -
IconHeight Int32 Defines the icon's height -
Title String Defines Tab's title -
TitleFontSize Int32 Defines Tab's title font size -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
Background Brush Defines the control's background color -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

TabControl

Container with multiple tabs

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
TabPlacement Dock Defines where tabs are located -
TabNearSlant Int32 Defines the tab's near angle -
TabFarSlant Int32 Defines the tab's far angle -
TabIndex Int32 The selected tab index IN-OUT
CollectionSource ObservableCollection Defines the Collection of Containers -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -

ToolBar

ToolBar to organize controls horizontally or vertically with Toolbar tray functionality

PROPERTIES

Name Type Description IN/OUT
Width Double Defines the control's width -
Height Double Defines the control's height -
AnchorHorizontal HorizontalAlignment Defines the control's horizontal anchor respect to its parent container -
Name String The control's name -
Enable Boolean Defines if the control is enabled in the UI IN
IsVisible Boolean Defines if the control is visible in the UI IN
AnchorVertical VerticalAlignment Defines the control's vertical anchor respect to its parent container -
LocationX Double Defines the control's location X.This value is always refered to parent's left margin -
LocationY Double Defines the control's location Y.This value is always refered to parent's top margin -
Row Int32 Defines the row coordinate where the control is loaded.This value has effect only inside a Grid -
Column Int32 Defines the column coordinate where the control is loaded.This value has effect only inside a Grid -
RowSpan Int32 Defines the number of rows where the control spans within.This value has effect only inside a Grid -
ColumnSpan Int32 Defines the number of columns where the control spans within.This value has effect only inside a Grid -
Background Brush Defines the control's background color -
FontSize Double Defines the font size.This value is inherited by children, until explicitly set by child control. -
FontFamily FontFamily Defines the font family.This value is inherited by children, until explicitly set by child control. -
FontWeight FontWeight Defines the font weight.This value is inherited by children, until explicitly set by child control. -
FontStyle FontStyle Defines the font style.This value is inherited by children, until explicitly set by child control. -
Tooltip String Defines tooltip to show on mouse over -
AccessLevel UserLevel Defines the requested user level to interact with the control -
VisibilityLevel UserLevel Defines the requested user level to see the control -