[Visual
Basic] imagekitcontrolname.DXFBlack
[= Boolean ]
[Visual
C++] [BOOL =
]imagekitcontrolname.GetDXFBlack()
imagekitcontrolname.SetDXFBlack(BOOL Val)
imagekitcontrolname.SetDXFBlack(BOOL Val)
Property Value
Value | Explanation |
---|---|
True(default) | Black is displayed as white and white is displayed as black in DXF images. (default) |
False | The DXF images is displayed as normal. |
Explanation
The DXFBlack property gets or sets whether or not white is displayed as black and black is displayed as white in DXF images. When the default value, True, is used, black is displayed as white and white is displayed as black in DXF images.
Setting this value
This value can be set at design-time and run-time.Retrieving this value
This value can be retrieved at run-time.