WpfAnnotationUISetTransparency Method |
Sets the alpha values for the Fill and Outline of the annotation.
Namespace:
Atalasoft.Annotate.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public void SetTransparency(
int value
)
Public Sub SetTransparency (
value As Integer
)
Parameters
- value
- Type: SystemInt32
The alpha value to use. This must be a value from 0 to 255.
Exceptions See Also