'Declaration Public Property StrikeoutType As System.Nullable(Of VmfStrikethroughType)
public System.Nullable<VmfStrikethroughType> StrikeoutType { get; set; }
public: __property System.Nullable<VmfStrikethroughType*>* get_StrikeoutType(); public: __property void set_StrikeoutType(
System.Nullable<VmfStrikethroughType*>* value
);
public:
property System.Nullable<VmfStrikethroughType^>^ StrikeoutType { System.Nullable<VmfStrikethroughType^>^ get(); void set(System.Nullable<VmfStrikethroughType^>^ value); }