ImageGear .NET v25.2 - Updated
ImageGear.Presentation Assembly / ImageGear.Display Namespace / ImGearRenderSettings Class / AnnotationScaleSettings Property




In This Topic
    AnnotationScaleSettings Property (ImGearRenderSettings)
    In This Topic
    Gets or sets scale settings for the annotations.
    Syntax
    'Declaration
     
    Public Property AnnotationScaleSettings As ImGearDisplayScaleSettings
    'Usage
     
    Dim instance As ImGearRenderSettings
    Dim value As ImGearDisplayScaleSettings
     
    instance.AnnotationScaleSettings = value
     
    value = instance.AnnotationScaleSettings
    public ImGearDisplayScaleSettings AnnotationScaleSettings {get; set;}
    public: __property ImGearDisplayScaleSettings* get_AnnotationScaleSettings();
    public: __property void set_AnnotationScaleSettings( 
       ImGearDisplayScaleSettings* value
    );
    public:
    property ImGearDisplayScaleSettings^ AnnotationScaleSettings {
       ImGearDisplayScaleSettings^ get();
       void set (    ImGearDisplayScaleSettings^ value);
    }

    Property Value

    ImGearDisplayScaleSettings class.
    See Also