예제 #1
0
        internal SLEffectList Clone()
        {
            var el = new SLEffectList(listThemeColors);

            el.Glow       = Glow.Clone();
            el.Shadow     = Shadow.Clone();
            el.Reflection = Reflection.Clone();
            el.SoftEdge   = SoftEdge.Clone();

            return(el);
        }
        private void SetAllNull()
        {
            vBlackWhiteMode   = A.BlackWhiteModeValues.Auto;
            HasBlackWhiteMode = false;

            Transform2D       = new SLTransform2D();
            HasTransform2D    = false;
            vPresetGeometry   = A.ShapeTypeValues.Rectangle;
            HasPresetGeometry = false;

            Fill       = new SLFill(listThemeColors);
            Outline    = new SLLinePropertiesType(listThemeColors);
            EffectList = new SLEffectList(listThemeColors);

            Rotation3D = new SLRotation3D();
            Format3D   = new SLFormat3D(listThemeColors);
        }