ToggleButtonHelper Class
Namespace
MahApps.Metro.Controls
Base Types
  • object
graph BT Type-->Base0["object"] Type["ToggleButtonHelper"] class Type type-node

Syntax

public static class ToggleButtonHelper

Fields

Name Field Type Constant Value Summary
ContentDirectionProperty DependencyProperty
This property can be used to handle the style for CheckBox and RadioButton LeftToRight means content left and button right and RightToLeft vise versa
static

Methods

Name Return Value Summary
GetContentDirection(UIElement) FlowDirection
This property can be used to handle the style for CheckBox and RadioButton LeftToRight means content left and button right and RightToLeft vise versa
static
SetContentDirection(UIElement, FlowDirection) void
static