Property | Type | Description | |
---|---|---|---|
MarginProperty |
Method | Description | |
---|---|---|
GetMargin ( |
||
MarginChangedCallback ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
SetMargin ( |
Method | Description | |
---|---|---|
panel_Loaded ( object sender, |
public static GetMargin ( |
||
obj | ||
return | System.Windows.Thickness |
public static MarginChangedCallback ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void | ||
sender | object | |
e | System.Windows.DependencyPropertyChangedEventArgs | |
return | void |
public static SetMargin ( |
||
obj | ||
value | System.Windows.Thickness | |
return | void |