Namespace: Spire.Presentation.Converter.Equation.Word.Formatting
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
protected Dictionary<int, bool> PropsUpdateFlags { get; }
Protected ReadOnly Property PropsUpdateFlags As Dictionary(Of Integer, Boolean)
	Get
protected:
property Dictionary<int, bool>^ PropsUpdateFlags {
	Dictionary<int, bool>^ get ();
}
member PropsUpdateFlags : Dictionary<int, bool> with get

Property Value

Dictionary<(Of <(<'Int32, Boolean>)>)>

See Also