Artemis.Profiles.Layers.Types.Mouse.MousePropertiesViewModel.ApplyProperties C# (CSharp) 메소드

ApplyProperties() 공개 메소드

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