ImageGear .NET v24.12 - Updated
ActiveViewIndex Property (ImGearVectorData)




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorData Class : ActiveViewIndex Property
Gets or sets an index of the active view.
Syntax
'Declaration
 
Public Property ActiveViewIndex As Integer
'Usage
 
Dim instance As ImGearVectorData
Dim value As Integer
 
instance.ActiveViewIndex = value
 
value = instance.ActiveViewIndex
public int ActiveViewIndex {get; set;}
public: __property int get_ActiveViewIndex();
public: __property void set_ActiveViewIndex( 
   int value
);
public:
property int ActiveViewIndex {
   int get();
   void set (    int value);
}

Property Value

Any positive integer value.
Remarks
Several views can exist but only the active one is used for display. The default value is 0.
See Also

Reference

ImGearVectorData Class
ImGearVectorData Members