Flags

EmfPlusPathPointType.Flags property

Gets or sets 4-bit flag field that specifies properties of the path point. This value MUST be one or more of the PathPointType flags (section 2.1.2.6).

public EmfPlusPathPointTypeFlags Flags { get; set; }

See Also