Syntax
'Declaration
Public Overridable ReadOnly Property IsLayoutDirectionResolved As Boolean
'Usage
Dim instance As GridBase
Dim value As Boolean
value = instance.IsLayoutDirectionResolved
public virtual bool IsLayoutDirectionResolved {get;}
See Also