HasLine

Shape.HasLine property

الحصول على وتعيين حد الخط للشكل مرئي .

public bool HasLine { get; set; }

أمثلة


[C#]
if(shape.HasLine == false)
    shape.HasLine = true;

أنظر أيضا