C1.Android.Chart Assembly / C1.Android.Chart.Annotation Namespace / AnnotationLayer Class / ClipBounds Property


In This Topic
ClipBounds Property (AnnotationLayer)
In This Topic
Syntax
'Declaration
 
Public Overridable Property ClipBounds As Android.Graphics.Rect
 
'Usage
 
Dim instance As AnnotationLayer
Dim value As Android.Graphics.Rect
 
instance.ClipBounds = value
 
value = instance.ClipBounds
See Also