'Declaration Public Property StyleIndex As System.Nullable(Of Integer)
public System.Nullable<int> StyleIndex { get; set; }
public: __property System.Nullable<int> get_StyleIndex(); public: __property void set_StyleIndex(
System.Nullable<int> value
);
public:
property System.Nullable<int> StyleIndex { System.Nullable<int> get(); void set(System.Nullable<int> value); }