ImageGear .NET v25.2 - Updated
ImageGear.Core Assembly / ImageGear.Display Namespace / IImGearAspectRatio Interface / Fixed Property




In This Topic
    Fixed Property
    In This Topic
    Gets or sets a value indicating whether the aspect ratio is specified by Value field parameter or by the device rectangle.
    Syntax
    'Declaration
     
    Property Fixed As Boolean
    'Usage
     
    Dim instance As IImGearAspectRatio
    Dim value As Boolean
     
    instance.Fixed = value
     
    value = instance.Fixed
    bool Fixed {get; set;}
    __property bool get_Fixed();
    __property void set_Fixed( 
       bool value
    );
    property bool Fixed {
       bool get();
       void set (    bool value);
    }

    Property Value

    Boolean value.
    Remarks
    This property identifies the different types of image display aspect ratio (i.e., width-to-height ratio). Setting this property to true indicates that the aspect ratio is specified by Value field parameter. Setting it to false indicates that the aspect ratio is specified by the device rectangle.
    See Also