WebPart.UseDefaultStyles Property

Gets or sets whether the default font size and style are applied to the Web Part.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public Property UseDefaultStyles As Boolean
    Get
    Set
'Usage
Dim instance As WebPart
Dim value As Boolean

value = instance.UseDefaultStyles

instance.UseDefaultStyles = value
[WebPartStorageAttribute(Storage.None)]
public bool UseDefaultStyles { get; set; }

Property Value

Type: System.Boolean
true if the default font size and style are applied; otherwise, false.

Remarks

The value of UseDefaultStyles property is not persisted; the value of its WebPartStorageAttribute is Storage.Shared

See Also

Reference

WebPart Class

WebPart Members

Microsoft.SharePoint.WebPartPages Namespace