ComponentFactory.Krypton.Toolkit.PaletteTrackBarPositionStates.SetInherit C# (CSharp) Метод

SetInherit() публичный Метод

Sets the inheritence parent.
public SetInherit ( IPaletteElementColor inheritPosition ) : void
inheritPosition IPaletteElementColor Source for inheriting position values.
Результат void
        public void SetInherit(IPaletteElementColor inheritPosition)
        {
            _positionState.SetInherit(inheritPosition);
        }