'Declaration Public Property IndentationDelta As DocumentParagraphIndentationProperties
public DocumentParagraphIndentationProperties IndentationDelta { get; set; }
public: __property DocumentParagraphIndentationProperties* get_IndentationDelta(); public: __property void set_IndentationDelta(
DocumentParagraphIndentationProperties* value
);
public:
property DocumentParagraphIndentationProperties^ IndentationDelta { DocumentParagraphIndentationProperties^ get(); void set(DocumentParagraphIndentationProperties^ value); }