Visual Basic (Declaration) | |
---|---|
Public Property Flags As RasterPaintDibInfoFlags |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterPaintDibInfo Dim value As RasterPaintDibInfoFlags instance.Flags = value value = instance.Flags |
C# | |
---|---|
public RasterPaintDibInfoFlags Flags {get; set;} |
C++/CLI | |
---|---|
public: property RasterPaintDibInfoFlags Flags { RasterPaintDibInfoFlags get(); void set ( RasterPaintDibInfoFlags value); } |
Property Value
See the RasterPaintDibInfoFlags enumeration for possible values.For an example, refer to RasterPaintDibInfo.
Use these flags to indicate whether the image data does not use the whole range (for example the low 12 bits for 16-bit image data).
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)