AppBarMixins.AppBarIsSticky(IControlAppBar, bool) method¶
Defined in
Type: AppBarMixins
Namespace: CrissCross.WPF.UI
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public static void AppBarIsSticky(this IControlAppBar dummy, bool value) - 2.
public static bool? AppBarIsSticky(this IControlAppBar dummy)
1. Overload¶
public static void AppBarIsSticky(this IControlAppBar dummy, bool value)
Summary: Sets the AppBar is sticky.
Parameters
| Name | Type | Description |
|---|---|---|
dummy | [IControlAppBar](# | The dummy. |
value | bool | if set to true [value]. |
2. Overload¶
public static bool? AppBarIsSticky(this IControlAppBar dummy)
Summary: Gets the AppBar is sticky.
Parameters
| Name | Type | Description |
|---|---|---|
dummy | [IControlAppBar](# | The dummy. |
Returns: bool? -- bool.