Method wpfBuilder.Options
Overload
Changes some options for elements added afterwards.
public wpfBuilder Options(bool? modifyPadding = null, bool? rightAlignLabels = null, Thickness? margin = null, bool? showToolTipOnKeyboardFocus = null, bool? bindLabelVisibility = null)
Parameters
|
modifyPadding (bool?)
Let |
|
rightAlignLabels (bool?)
Right-align System.Windows.Controls.Label controls in grid cells. |
|
margin (Thickness?)
Default margin of elements. If not set, default margin is 3 in all sides. Default margin of nested panels is 0; this option is not used. |
|
showToolTipOnKeyboardFocus (bool?)
Show tooltips when the tooltip owner element receives the keyboard focus when using keys to focus controls or open the window. If |
|
bindLabelVisibility (bool?)
Let wpfBuilder.LabeledBy and an |