Artemis.Profiles.Layers.Types.Mousemat.MousematPropertiesViewModel.ApplyProperties C# (CSharp) Méthode

ApplyProperties() public méthode

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