LayerBaseLighting Property |
Determines whether lighing effect are enabled for this layer.
Namespace: (Default Namespace)Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax public LightingMode Lighting { get; set; }
Property Value
Type:
LightingModeRemarks This value determines whether the lighting effects are enabled or disabled on the
display before drawing this layer. The reason this is an enumerated value instead of a boolean
value is to allow for future expansion supporting multiple forms of lighting to use on a layer
and multiple levels of feature support.
See Also