示例#1
0
        private void SetAllNull()
        {
            this.bUseNoLine       = false;
            this.bUseSolidLine    = false;
            this.SolidColor       = new SLColorTransform(this.listThemeColors);
            this.bUseGradientLine = false;
            this.GradientColor    = new SLGradientFill(this.listThemeColors);

            this.decWidth            = 0m;
            this.HasWidth            = false;
            this.vCompoundLineType   = A.CompoundLineValues.Single;
            this.HasCompoundLineType = false;
            this.vDashType           = A.PresetLineDashValues.Solid;
            this.HasDashType         = false;
            this.vCapType            = A.LineCapValues.Square;
            this.HasCapType          = false;
            this.vJoinType           = SLLineJoinValues.Round;
            this.HasJoinType         = false;

            this.HeadEndType = null;
            this.HeadEndSize = SLLineSizeValues.Size1;
            this.TailEndType = null;
            this.TailEndSize = SLLineSizeValues.Size1;

            this.Alignment = null;
        }
示例#2
0
        private void SetAllNull()
        {
            bUseNoLine       = false;
            bUseSolidLine    = false;
            SolidColor       = new SLColorTransform(listThemeColors);
            bUseGradientLine = false;
            GradientColor    = new SLGradientFill(listThemeColors);

            decWidth            = 0m;
            HasWidth            = false;
            vCompoundLineType   = A.CompoundLineValues.Single;
            HasCompoundLineType = false;
            vDashType           = A.PresetLineDashValues.Solid;
            HasDashType         = false;
            vCapType            = A.LineCapValues.Square;
            HasCapType          = false;
            vJoinType           = SLLineJoinValues.Round;
            HasJoinType         = false;

            HeadEndType = null;
            HeadEndSize = SLLineSizeValues.Size1;
            TailEndType = null;
            TailEndSize = SLLineSizeValues.Size1;

            Alignment = null;
        }
        private void SetAllNull()
        {
            this.bUseNoLine = false;
            this.bUseSolidLine = false;
            this.SolidColor = new SLColorTransform(this.listThemeColors);
            this.bUseGradientLine = false;
            this.GradientColor = new SLGradientFill(this.listThemeColors);

            this.decWidth = 0m;
            this.HasWidth = false;
            this.vCompoundLineType = A.CompoundLineValues.Single;
            this.HasCompoundLineType = false;
            this.vDashType = A.PresetLineDashValues.Solid;
            this.HasDashType = false;
            this.vCapType = A.LineCapValues.Square;
            this.HasCapType = false;
            this.vJoinType = SLLineJoinValues.Round;
            this.HasJoinType = false;

            this.HeadEndType = null;
            this.HeadEndSize = SLLineSizeValues.Size1;
            this.TailEndType = null;
            this.TailEndSize = SLLineSizeValues.Size1;

            this.Alignment = null;
        }