DisplayCanvasSetTop Method

CVB.Net Documentation
Sets the value of the attached TopProperty 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 void SetTop(
	Visual visual,
	double length
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to which the property value is written.
length
Type: SystemDouble
Offset from the canvas top border.
See Also

Reference