ImageGear .NET v24.12 - Updated
Fixed Property




ImageGear24.Core Assembly > ImageGear.Display Namespace > IImGearAspectRatio Interface : Fixed Property
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

Reference

IImGearAspectRatio Interface
IImGearAspectRatio Members
Value Property