'Declaration Public Property LineRule As System.Nullable(Of VmfParagraphLineSpacingRule)
public System.Nullable<VmfParagraphLineSpacingRule> LineRule { get; set; }
public: __property System.Nullable<VmfParagraphLineSpacingRule*>* get_LineRule(); public: __property void set_LineRule(
System.Nullable<VmfParagraphLineSpacingRule*>* value
);
public:
property System.Nullable<VmfParagraphLineSpacingRule^>^ LineRule { System.Nullable<VmfParagraphLineSpacingRule^>^ get(); void set(System.Nullable<VmfParagraphLineSpacingRule^>^ value); }