ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AnnotationProperties Class
Properties Methods


In This Topic
    AnnotationProperties Class Members
    In This Topic

    The following tables list the members exposed by AnnotationProperties.

    Public Properties
     NameDescription
    Public Property Gets and sets the amount of rotation applied to the annotation around the geometry. This is only valid for point and two point polyline geometries. Measured in degrees.  
    Public Property Gets and sets the character spacing.  
    Public Property Gets and sets the character width.  
    Public Property Gets and sets the color.  
    Public Property Specifies the angle, in degrees from the vertical, at which point rotated text is flipped, or mirrored, in place. At this point the text starting point becomes the ending point and conversly.  
    Public Property Gets and sets whether the annotation is drawn as subscript or superscript.  
    Public Property Gets and sets the family name of the font. e.g. Comic Sans.  
    Public Property Gets and sets the font size.  
    Public Property Gets and sets the style name for the font family. e.g. Regular, Bold or Italic.  
    Public Property Gets and sets the type of font that the font family/style name reference.  
    Public Property Gets and sets the values that determine how the variable font displays.  
    Public Property Gets and sets the horizontal alignment type used to align the text to the geometry. Affects which side of a point geometry the text is drawn or which end of a line it is drawn close to. Commonly used to define how stacked text appears.  
    Public PropertyGets the ArcGIS.Desktop.Mapping.Layer of the annotation feature.  
    Public Property Gets and sets the X offset.  
    Public Property Gets and sets the Y offset.  
    Public Property Gets and sets the text baseline shape.  
    Public Property Gets and sets whether the annotation should be drawn as Small Capitals; where lower case is converted to small caps and upper case text is left as upper case.  
    Public Property Gets and sets the symbolID. To set the symbolID, this method must be called on the MCT. Use QueuedTask.Run.  
    Public Property Gets and sets the letter case used to draw the annotation.  
    Public PropertyGets the ArcGIS.Core.CIM.CIMTextGraphic representation of the annotation.  
    Public Property Gets and sets the annotation text string.  
    Public Property Gets and sets whether to draw the annotation with an underline.  
    Public Property Gets and sets the vertical alignment of the annotation.  
    Public Property Gets and sets the additional spacing that is added between the words of the text string. 100% indicates that regular spacing is used.  
    Top
    Public Methods
     NameDescription
    Public Method Loads the specified text graphic into the annotation properties.  
    Top
    See Also