| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property WhiteCount As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As InvertedTextCommandEventArgs Dim value As Integer value = instance.WhiteCount | |
| C# | |
|---|---|
public int WhiteCount {get;} | |
Property Value
Total number of white pixels in the inverted text region being processed.Refer to InvertedTextCommand.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
Copy Code