CanEditPoints Property (Slicer)
In This Topic
Gets a boolean value indicating whether this slicer can be edit points.
Syntax
'Declaration
Public ReadOnly Property CanEditPoints As Boolean
'Usage
Dim instance As Slicer
Dim value As Boolean
value = instance.CanEditPoints
public bool CanEditPoints {get;}
See Also