ColorMaterial.ColorFlags Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The color material flags.
public:
property Microsoft::Azure::RemoteRendering::ColorMaterialFeatures ColorFlags { Microsoft::Azure::RemoteRendering::ColorMaterialFeatures get(); void set(Microsoft::Azure::RemoteRendering::ColorMaterialFeatures value); };
public Microsoft.Azure.RemoteRendering.ColorMaterialFeatures ColorFlags { get; set; }
member this.ColorFlags : Microsoft.Azure.RemoteRendering.ColorMaterialFeatures with get, set
Public Property ColorFlags As ColorMaterialFeatures
Property Value
Remarks
A InvalidParam error occurs if an invalid bitmask is passed in.