'Declaration Public Property FocusedSliceIndex As System.Nullable(Of Integer)
public System.Nullable<int> FocusedSliceIndex { get; set; }
public: __property System.Nullable<int> get_FocusedSliceIndex(); public: __property void set_FocusedSliceIndex(
System.Nullable<int> value
);
public:
property System.Nullable<int> FocusedSliceIndex { System.Nullable<int> get(); void set(System.Nullable<int> value); }
Property Value
Default value is null.