Determines which border sides are rendered for the element. Syntax Example In this sample we override the virtual property BorderSides of UIElement. The returns flags indicating which borders will be drawn. In this case we only want the right and left edges to be drawn.
Determines the type of border for the splitter element. Syntax Example This sample demonstrates BorderStyle in use with the ControlElement and IsFlatModeProperty. If the ControlElement is in flat mode, we draw a simple solid border, otherwise we draw raised.