Class PropertyBubbleDesign
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Bubble symbol design configuration (shape/design mode, external file info, size factor).
public class PropertyBubbleDesign : DomItem
- Inheritance
-
PropertyBubbleDesign
- Inherited Members
Properties
DesignMode
Gets or sets the bubble design mode (engine specific constant / enum as string).
public string DesignMode { get; set; }
Property Value
FileInfo
Gets file info for external drawing based bubble definition.
[JsonInclude]
public PropertyDrawingFileInfo FileInfo { get; }
Property Value
SizeFactor
Gets or sets the size scaling factor.
public string SizeFactor { get; set; }