Gets real value (i.e., involving the value inheritance)
of the attached
QualityProperty.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static double GetInheritedQuality(
Visual3D visual
) |
| Visual Basic |
|---|
Public Shared Function GetInheritedQuality ( _
visual As Visual3D _
) As Double |
| JScript |
|---|
public static function GetInheritedQuality(
visual : Visual3D
) : double |
Parameters
- visual
- Type: System.Windows.Media.Media3D..::..Visual3D
Target to read the value from.
Return Value
Value of the attached property.
See Also