ServiceInsight.SequenceDiagram.Diagram.DiagramVisualItem.InternalSetHilight C# (CSharp) Méthode

InternalSetHilight() public méthode

public InternalSetHilight ( bool value ) : void
value bool
Résultat void
        public void InternalSetHilight(bool value)
        {
            // Sets the value without destroying triggers or bindings.
            SetCurrentValue(HilightProperty, value);
        }