Class FeatureDisplayInfo
Display information of a feature set.
Inherited Members
Namespace: Unity.Industrial.Forma.Core.Info
Syntax
public class FeatureDisplayInfo : DisplayInfo<Feature>
Properties
content
Gets or sets the content.
Declaration
public DisplayInfoContent content { get; set; }
Property Value
Type | Description |
---|---|
DisplayInfoContent | The content. |