Class SubcaptionComponentClientProperties
Represents subcaption component client properties.
public sealed class SubcaptionComponentClientProperties
- Inheritance
-
objectSubcaptionComponentClientProperties
- Extension Methods
Properties
ComponentName
The name of the component to display as a subcaption.
public string ComponentName { get; set; }
Property Value
- string
ComponentProperties
The properties that will be passed to the component.
public object ComponentProperties { get; set; }
Property Value
- object