Artemis.Profiles.Layers.Types.Audio.AudioPropertiesViewModel.ApplyProperties C# (CSharp) Method

ApplyProperties() public method

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