Class TitleRichTextWidgetContent
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents the TitleWidgetContent object.
public class TitleRichTextWidgetContent : IWidgetContent
- Inheritance
-
TitleRichTextWidgetContent
- Implements
- Inherited Members
Properties
BackgroundColor
Gets the background color of a title widget
public string BackgroundColor { get; set; }
Property Value
- string
the background color
HtmlContent
HTML snippet to render Report.
public string HtmlContent { get; set; }
Property Value
- string
the HTML string
WidgetType
Returns the type for this widget content object
public WidgetType WidgetType { get; }