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.44.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.

The MarkingMode type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodHasFilling Returns true if the marking mode contains filling.
(Defined by Extensions)
Public Extension MethodHasOutline Returns true if the marking mode contains outline.
(Defined by Extensions)
Top
See Also