Sets 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 void SetProportion(
	DependencyObject obj,
	int value
)
Visual Basic (Declaration)
Public Shared Sub SetProportion ( _
	obj As DependencyObject, _
	value As Integer _
)

Parameters

obj
Type: System.Windows..::.DependencyObject
The element on which the property value is set.
value
Type: System..::.Int32
The value to which the property is set.

See Also