'Declaration Public Property IsDashed As Boolean
'Usage Dim instance As GraphicLine Dim value As Boolean instance.IsDashed = value value = instance.IsDashed
public bool IsDashed {get; set;}
'Declaration Public Property IsDashed As Boolean
'Usage Dim instance As GraphicLine Dim value As Boolean instance.IsDashed = value value = instance.IsDashed
public bool IsDashed {get; set;}