Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether to use inline styles instead of classes.
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<BrowsableAttribute(True)> _
Public Property UseInlineStyle As Boolean
Get
Set
'Usage
Dim instance As RichHtmlField
Dim value As Boolean
value = instance.UseInlineStyle
instance.UseInlineStyle = value
[BrowsableAttribute(true)]
public bool UseInlineStyle { get; set; }
Property Value
Type: System.Boolean
Specifies whether the rich text field should apply inline styles instead of classes.
Returns Boolean.