Artemis.Profiles.Layers.Types.Generic.GenericPropertiesViewModel.ApplyProperties C# (CSharp) Method

ApplyProperties() public method

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