'Declaration Public Property VerticalAlignment As System.Nullable(Of OpenXmlTextVerticalPositionType)
public System.Nullable<OpenXmlTextVerticalPositionType> VerticalAlignment { get; set; }
public: __property System.Nullable<OpenXmlTextVerticalPositionType*>* get_VerticalAlignment(); public: __property void set_VerticalAlignment(
System.Nullable<OpenXmlTextVerticalPositionType*>* value
);
public:
property System.Nullable<OpenXmlTextVerticalPositionType^>^ VerticalAlignment { System.Nullable<OpenXmlTextVerticalPositionType^>^ get(); void set(System.Nullable<OpenXmlTextVerticalPositionType^>^ value); }