'Declaration Public Property HorizontalAlignment As System.Nullable(Of VmfHorizontalAlignmentType)
public System.Nullable<VmfHorizontalAlignmentType> HorizontalAlignment { get; set; }
public: __property System.Nullable<VmfHorizontalAlignmentType*>* get_HorizontalAlignment(); public: __property void set_HorizontalAlignment(
System.Nullable<VmfHorizontalAlignmentType*>* value
);
public:
property System.Nullable<VmfHorizontalAlignmentType^>^ HorizontalAlignment { System.Nullable<VmfHorizontalAlignmentType^>^ get(); void set(System.Nullable<VmfHorizontalAlignmentType^>^ value); }