C# Class withSIX.Core.Presentation.Wpf.Behaviors.MarginSetter

ファイルを表示 Open project: SIXNetworks/withSIX.Desktop

Public Properties

Property Type Description
MarginProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetMargin ( DependencyObject obj ) : System.Windows.Thickness
MarginChangedCallback ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetMargin ( DependencyObject obj, System.Windows.Thickness value ) : void

Private Methods

Method Description
panel_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

GetMargin() public static method

public static GetMargin ( DependencyObject obj ) : System.Windows.Thickness
obj System.Windows.DependencyObject
return System.Windows.Thickness

MarginChangedCallback() public static method

public static MarginChangedCallback ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
return void

SetMargin() public static method

public static SetMargin ( DependencyObject obj, System.Windows.Thickness value ) : void
obj System.Windows.DependencyObject
value System.Windows.Thickness
return void

Property Details

MarginProperty public_oe static_oe property

public static DependencyProperty,System.Windows MarginProperty
return System.Windows.DependencyProperty