Gets the value of the Proportion attached property for a specified element.

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public static int GetProportion(
	DependencyObject obj
)
Visual Basic (Declaration)
Public Shared Function GetProportion ( _
	obj As DependencyObject _
) As Integer

Parameters

obj
Type: System.Windows..::.DependencyObject
The element from which the property value is read.

Return Value

The property value for the element.

See Also