HttpBrowserCapabilitiesWrapper.SupportsDivAlign Property

Definition

Gets a value that indicates whether the browser supports the align attribute of HTML div elements.

public:
 virtual property bool SupportsDivAlign { bool get(); };
public override bool SupportsDivAlign { get; }
member this.SupportsDivAlign : bool
Public Overrides ReadOnly Property SupportsDivAlign As Boolean

Property Value

true if the browser supports the align attribute of HTML div elements; otherwise, false. The default is true.

Applies to