ImageGear for .NET
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
public ImGearVectCullFace CullFace {get; set;}
public: __property ImGearVectCullFace get_CullFace();
public: __property void set_CullFace( 
   ImGearVectCullFace value
);
public:
property ImGearVectCullFace CullFace {
   ImGearVectCullFace get();
   void set (    ImGearVectCullFace value);
}

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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback