FaceStyleLightingModel Property
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public LightingModel LightingModel { get; set; }
 
Public Property LightingModel As LightingModel
        Get
        Set
 
public:
property LightingModel LightingModel {
        LightingModel get ();
        void set (LightingModel value);
}
 
member LightingModel : LightingModel with get, set
 
 
 
Property Value
Type: 
LightingModel 
See Also