DisplayCanvasGetHighBitScaleMode Method

CVB.Net Documentation
Gets the HighBitScaleMode from 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))]
public static HighBitScaleMode GetHighBitScaleMode(
	Visual visual
)

Parameters

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

Return Value

Type: HighBitScaleMode
The HighBitScaleMode of the object; default is Default.
See Also

Reference