Artemis.Profiles.Layers.Types.KeyPress.KeyPressPropertiesViewModel.ApplyProperties C# (CSharp) 메소드

ApplyProperties() 공개 메소드

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