Method | Description | |
---|---|---|
GetBottomAppBar ( |
Gets the BottomAppBar property. This dependency property indicates the bottom app bar to set on the page for the control on which this property is defined.
|
|
GetTopAppBar ( |
Gets the TopAppBar property. This dependency property indicates the Top app bar to set on the page for the control on which this property is defined.
|
|
SetBottomAppBar ( |
Sets the BottomAppBar property. This dependency property indicates the bottom app bar to set on the page for the control on which this property is defined.
|
|
SetTopAppBar ( |
Sets the TopAppBar property. This dependency property indicates the Top app bar to set on the page for the control on which this property is defined.
|
Method | Description | |
---|---|---|
OnBottomAppBarChanged ( |
Handles changes to the BottomAppBar property.
|
|
OnTopAppBarChanged ( |
Handles changes to the TopAppBar property.
|
public static GetBottomAppBar ( |
||
d | ||
return |
public static GetTopAppBar ( |
||
d | ||
return |
public static SetBottomAppBar ( |
||
d | ||
value | ||
return | void |
public static SetTopAppBar ( |
||
d | ||
value | ||
return | void |