THEME_SIZE Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Fields
 
Name Value Description
TS_DRAW 2
TS_MIN 0
TS_TRUE 1
[Flags]
 public enum THEME_SIZE
 {
     TS_MIN,
     TS_TRUE,
     TS_DRAW
 }
					
This language is not supported or no code example is available.

In this article

Definition