Beispiel #1
0
    public static BorderStyle smethod_76(ShapeLineStyle A_0, LineDashing A_1)
    {
        BorderStyle single = BorderStyle.Single;

        switch (A_0)
        {
        case ShapeLineStyle.Single:
            switch (A_1)
            {
            case LineDashing.Dash:
                return(BorderStyle.DashSmallGap);

            case LineDashing.Dot:
                return(BorderStyle.Dot);

            case LineDashing.DashDot:
                return(BorderStyle.DotDash);

            case LineDashing.DashDotDot:
                return(BorderStyle.DotDotDash);
            }
            break;

        case ShapeLineStyle.Double:
            return(BorderStyle.ThickThinSmallGap);

        case ShapeLineStyle.ThickThin:
            return(BorderStyle.ThickThinMediumGap);

        case ShapeLineStyle.ThinThick:
            return(BorderStyle.ThinThickMediumGap);

        case ShapeLineStyle.Triple:
            return(BorderStyle.ThinThickThinMediumGap);

        default:
            return(single);
        }
        return(BorderStyle.Single);
    }
Beispiel #2
0
 public void method_21(ShapeLineStyle A_0)
 {
     this.method_40(0x1cd, A_0);
 }
Beispiel #3
0
 internal static string smethod_26(ShapeLineStyle A_0)
 {
     return((string)Class791.smethod_3(hashtable_25, A_0, ""));
 }