DisplayCanvasGetRight Method

CVB.Net Documentation
Gets the value of the attached RightProperty for the given visual.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

[TypeConverterAttribute(typeof(LengthConverter))]
[AttachedPropertyBrowsableForChildrenAttribute]
public static double GetRight(
	Visual visual
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to which the property value is read.

Return Value

Type: Double
Offset from the canvas right border. Default is NaN
See Also

Reference