DisplayCanvasSetAutoScaleContent Method

CVB.Net Documentation
Sets the autoScale value to 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(EnumConverter))]
[AttachedPropertyBrowsableForChildrenAttribute]
public static void SetAutoScaleContent(
	Visual visual,
	AutoScaleContent autoScale
)

Parameters

visual
Type: System.Windows.MediaVisual
The element to which the property value is set.
autoScale
Type: Stemmer.Cvb.Wpf.ControlsAutoScaleContent
Whether or not the item is scaled.
See Also

Reference