ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / LayoutFactor Property




In This Topic
    LayoutFactor Property
    In This Topic
    Gets or sets layout factor of view.
    Syntax
    'Declaration
     
    Public Property LayoutFactor As Single
    'Usage
     
    Dim instance As ImGearVectorView
    Dim value As Single
     
    instance.LayoutFactor = value
     
    value = instance.LayoutFactor
    public float LayoutFactor {get; set;}
    public: __property float get_LayoutFactor();
    public: __property void set_LayoutFactor( 
       float value
    );
    public:
    property float LayoutFactor {
       float get();
       void set (    float value);
    }
    See Also