FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / CalloutArrowShape Class / PictureTransparencyTolerance Property


In This Topic
PictureTransparencyTolerance Property (CalloutArrowShape)
In This Topic
Gets or sets the picture transparency tolerance for the element.
Syntax
'Declaration
 
Public Overridable Property PictureTransparencyTolerance As Integer
 
'Usage
 
Dim instance As CalloutArrowShape
Dim value As Integer
 
instance.PictureTransparencyTolerance = value
 
value = instance.PictureTransparencyTolerance
See Also