Get/Set

PHOTO EMBED

Thu Jun 23 2022 15:34:14 GMT+0000 (Coordinated Universal Time)

Saved by @Marcos_ ##wpf

public bool IndicatorState {
            get {
                return m_IndicatorState;
            }
            private set {
                SetProperty(ref m_IndicatorState, value);
            }
        }
content_copyCOPY

Sets the value of the variable m_IndicatorState when it changes