GridWithPaddingGetMarginProperty Method  | 
 
            Gets the margin property.
            
 
    Namespace: 
   Hummingbird.UI
    Assembly:
   Hummingbird.UI (in Hummingbird.UI.dll) Version: 1.1.0.0
Syntaxprotected static DependencyProperty GetMarginProperty(
	DependencyObject dependencyObject
)
Protected Shared Function GetMarginProperty ( 
	dependencyObject As DependencyObject
) As DependencyProperty
protected:
static DependencyProperty^ GetMarginProperty(
	DependencyObject^ dependencyObject
)
Parameters
- dependencyObject
 - Type: System.WindowsDependencyObject
The dependency object. 
Return Value
Type: 
DependencyPropertyThe Margin Property of the given dependency object
See Also