AnnStrokeAlignment Enumeration (original) (raw)

Summary

Specifies the alignment of the stroke width.

Syntax

C#

Objective-C

C++/CLI

Java

Python

public enum AnnStrokeAlignment  

typedef NS_ENUM (NSInteger, LTAnnStrokeAlignment) { LTAnnStrokeAlignmentCenter = 0, //Specifies that the stroke width is centered in the line. LTAnnStrokeAlignmentInset = 1, //Specifies that the stroke width is positioned on the inside of the line. };

public enum AnnStrokeAlignment 

public: enum class AnnStrokeAlignment sealed

class AnnStrokeAlignment(Enum): Center = 0 Inset = 1

Members

Value Member Description
0 Center Specifies that the stroke width is centered in the line.
1 Inset Specifies that the stroke width is positioned on the inside of the line.