SelElement.DashId

Build 1501 on 14/Nov/2017  This topic last edited on: 23/Mar/2016, at 12:16

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

SelElement.PlainText