Click or drag to resize
AB4D logo

TransparencyHelperGetOpacity(Visual3D) Method

Returns opacity of the Visual3D (NOTE: Only gets opacity of the Content and not the Children).

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static double GetOpacity(
	Visual3D visual3D
)

Parameters

visual3D  Visual3D
Visual3D

Return Value

Double
opacity
See Also