Artemis.Profiles.Layers.Types.KeyPress.KeyPressPropertiesViewModel.ApplyProperties C# (CSharp) Метод

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

public ApplyProperties ( ) : void
Результат void
        public override void ApplyProperties()
        {
            LayerModel.Properties.Brush = Brush;
        }
    }