ImageGear .NET - Updated October 26, 2017
CullFace Property




ImageGear23.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : CullFace Property
Gets or sets face culling mode for the view.
Syntax
'Declaration
 
Public Property CullFace As ImGearVectCullFace
 
'Usage
 
Dim instance As ImGearVectorView
Dim value As ImGearVectCullFace
 
instance.CullFace = value
 
value = instance.CullFace

Property Value

ImGearVectCullFace enumeration.
Remarks
Face culling mode specifies whether to render both front- and back-facing facets, only front-facing or only back-facing ones. The default value is ImGearVectCullFace.NONE.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members