Class FormFieldFacade

FormFieldFacade class

فئة لتمثيل خصائص الحقول.

public sealed class FormFieldFacade

Constructors

NameDescription
FormFieldFacade()المُنشئ الافتراضي.

Properties

NameDescription
Alignment { get; set; }محاذاة نص الحقل، الافتراضي هو المحاذاة إلى اليسار.
BackgroundColor { get; set; }لون خلفية الحقل، الافتراضي هو الأبيض.
BorderColor { get; set; }لون حدود الحقل.
BorderStyle { get; set; }نمط حدود الحقل.
BorderWidth { get; set; }عرض حدود الحقل.
Box { get; set; }كائن مستطيل يحمل موقع الحقل.
ButtonStyle { get; set; }نمط مربع الاختيار أو مربع الراديو، محدد بواسطة FormFieldFacade.CheckBoxStyle*.
Caption { get; set; }التسمية العادية لحقل النموذج.
CustomFont { get; set; }يحصل أو يحدد اسم الخط عندما يكون غير قياسي (غير 14 خط قياسي).
ExportItems { get; set; }الخيارات لإضافة قائمة/مجموعة/مربع راديو
Font { get; set; }نوع خط نص الحقل.
FontSize { get; set; }حجم نص الحقل.
Items { get; set; }مصفوفة من السلاسل، كل منها تمثل خيارًا لمربع مجموعة/قائمة/مربع راديو.
PageNumber { get; set; }قيمة صحيحة تحمل رقم الصفحة التي يقع فيها الحقل.
Position { get; set; }كائن مستطيل يحمل موقع الحقل.
Rotation { get; set; }دوران نص الحقل.
TextColor { get; set; }لون نص الحقل.
TextEncoding { get; set; }نوع ترميز النص لنص الحقل.

Methods

NameDescription
Reset()إعادة تعيين جميع الخصائص المرئية إلى قيمة فارغة.

Fields

NameDescription
const AlignBottomيحدد المحاذاة الرأسية كأسفل.
const AlignCenterيحدد المحاذاة إلى المركز.
const AlignJustifiedيحدد نمط محاذاة النص المبرر.
const AlignLeftيحدد المحاذاة إلى اليسار.
const AlignMiddleيحدد المحاذاة الرأسية كمنتصف.
const AlignRightيحدد المحاذاة إلى اليمين.
const AlignTopيحدد المحاذاة الرأسية كأعلى.
const AlignUndefinedنمط محاذاة غير محدد.
const BorderStyleBeveledيحدد نمط حدود مائل.
const BorderStyleDashedيحدد نمط حدود متقطع.
const BorderStyleInsetيحدد نمط حدود مدخلة.
const BorderStyleSolidيحدد نمط حدود صلبة.
const BorderStyleUndefinedنمط حدود غير محدد.
const BorderStyleUnderlineيحدد نمط حدود تحتية.
const BorderWidthMediumيحدد عرض حدود متوسط.
const BorderWidthThickيحدد عرض حدود سميك.
const BorderWidthThinيحدد عرض حدود رفيع.
const BorderWidthUndefinedعرض حدود غير محدد.
const CheckBoxStyleCheckيحدد شكل مربع الاختيار عندما يكون محددًا.
const CheckBoxStyleCircleيحدد نمط مربع اختيار دائري.
const CheckBoxStyleCrossيحدد نمط مربع اختيار متقاطع.
const CheckBoxStyleDiamondيحدد نمط مربع اختيار ماسي.
const CheckBoxStyleSquareيحدد نمط مربع اختيار مربع.
const CheckBoxStyleStarيحدد نمط مربع اختيار نجمي.
const CheckBoxStyleUndefinedيحدد نمط مربع اختيار غير محدد.

See Also