Click or drag to resize
FdoFeatureAnnotationAlignment Enumeration
Feature annotation alignment.

Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
[SerializableAttribute]
public enum FdoFeatureAnnotationAlignment
Members
  Member nameValueDescription
Default0Default alignment.
TopLeft1Top-left alignment.
TopCenter2Top-center alignment.
TopRight3Top-right alignment.
MiddleLeft4Middle-left alignment.
MiddleCenter5Middle-center alignment.
MiddleRight6Middle-right alignment.
BottomLeft7Bottom-left alignment.
BottomCenter8Bottom-center alignment.
BottomRight9Bottom-right alignment.
Remarks