| Visual Basic (Declaration) | |
|---|---|
Public MustOverride Property SymbolBitmapSpan As SymbolBitmapSpan | |
| C# | |
|---|---|
public abstract SymbolBitmapSpan SymbolBitmapSpan {get; set;} | |
| C++/CLI | |
|---|---|
public: abstract property SymbolBitmapSpan SymbolBitmapSpan { SymbolBitmapSpan get(); void set ( SymbolBitmapSpan value); } | |
The symbol bitmap span determines the length of the symbol bitmap. If SymbolBitmapSpan is SymbolBitmapSpan.OneSlot, the bitmap has 14 bits. Otherwise, it has 28 bits.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)