dips.SymbolDisplaySettingVal module#
Generated wrapper for SymbolDisplaySetting protobuf message.
- class dips.SymbolDisplaySettingVal.SymbolDisplaySettingVal(symbol_style: eSymbolStyle = eSymbolStyle.Square, border_color: ColorSurrogateVal | None = None, fill_color: ColorSurrogateVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for SymbolDisplaySetting with Pythonic getters and setters.
- property border_color: ColorSurrogateVal#
Get the BorderColor field as a wrapper.
- copy()#
Create a copy of this wrapper.
- property fill_color: ColorSurrogateVal#
Get the FillColor field as a wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property is_fill: bool#
Get the IsFill field value.
- property symbol_scale: float#
Get the SymbolScale field value.
- property symbol_style: eSymbolStyle#
Get the SymbolStyle field as a Python IntEnum (IDE autocomplete).
- to_proto()#
Get the underlying protobuf message.