ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Editing Namespace / AnnotationProperties Class / SmallCaps Property

In This Topic
    SmallCaps Property (AnnotationProperties)
    In This Topic
    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.
    Syntax
    public Nullable<bool> SmallCaps {get; set;}
    Public Property SmallCaps As Nullable(Of Boolean)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also