Artemis.Profiles.Layers.Types.KeyPress.KeyPressPropertiesViewModel.ApplyProperties C# (CSharp) Method

ApplyProperties() public method

public ApplyProperties ( ) : void
return void
        public override void ApplyProperties()
        {
            LayerModel.Properties.Brush = Brush;
        }
    }