IMcProfileEdgesTicMarkLength Property
|
|
Length of tic marks placed in the EdgeTicMarksAsMcLines
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxProperty TicMarkLength As Integer
Get
Set
Property Value
Type:
Int32
RemarksThe TicMarkLength is given in pixels and is 10 pixels by default.
If you assign zero to the length, then the tic mark is reduced to a single
point, but you can still label the marks with the TicMarkLabel property.
On assignment, the built-in EdgeTicMarksAsMcLines (the default one accessed as
the EdgeTicMarksAsMcLines property) is automatically updated with the new tic
mark length, but sub-set McLines created by passing a selector to
EdgeTicMarksAsMcLines are not automatically updated.
See Also