CUSTOM CONTROLS
|
|
|
|
In order to use custom controls on a Window, the following attribute must be added to the Window declaration:
|
xmlns:CustomCntls="clr-namespace:WPFStyley_Sky.CustomControls; assembly=WPFStyley_Sky"
|
|
|
|
|
Custom Property
|
Type
|
Description
|
|
|
|
|
WpfsTitle
|
String
|
Title that appears in prominent lettering on the left of the control
|
|
|
|
|
WpfsCornerRadius
|
CornerRadius
|
Radius of each corner
|
|
|
|
Screenshot
|
|
|
|
|
|
|
|
|
|
Custom Property
|
Type
|
Description
|
|
|
|
|
WpfsTitle
|
String
|
Title that appears in prominent lettering on the left of the control
|
|
|
|
Screenshot
|
|
|
|
|
|
|
|
|
|
Custom Property
|
Type
|
Description
|
|
|
|
|
WpfsCornerRadius
|
CornerRadius
|
Radius of each corner
|
|
|
|
Screenshot
|
|
|
|
|
|
|
NON-STANDARD STYLES
|
|
|
|
|
|
WpfsLoudButton
|
|
Use this button to draw attention to the button the user is most likely to click
|
|
|
WpfsTopLabel
|
|
Use this label for column headers and minor section titles
|
|
|
|