Description
Set/get the dash of selected items.
GN4-1818. Available since build 2.0.
Syntax
Page.SelElement().DashId [=] shortValue |
shortValue
the Id ordinal number.
Example
If (Page.SelElement() IsNot Nothing) Then
Page.SelElement().DashId = 0
End If
Context
Page designer
See also