Click or drag to resize

MarkingMode Enumeration

Defines if the outline and / or the filling should be marked.

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public enum MarkingMode
Members
Member nameValueDescription
Outline0 Marks only outline.
Filling1 Marks only filling.
OutlineFilling2 Marks outline then filling.
FillingOutline3 Marks filling then outline.
See Also