ImageGear .NET - Updated
LayoutFactor Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : LayoutFactor Property
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

Reference

ImGearVectorView Class
ImGearVectorView Members