Accusoft.ImagXpressSdk Namespace > ImageXView Class : BorderType Property |
'Declaration <BrowsableAttribute(False)> <ObsoleteAttribute()> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <DefaultValueAttribute()> <DescriptionAttribute("Selects the window border type for the control.")> Public Property BorderType As BorderType
'Usage Dim instance As ImageXView Dim value As BorderType instance.BorderType = value value = instance.BorderType
[BrowsableAttribute(false)] [ObsoleteAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("Selects the window border type for the control.")] public BorderType BorderType {get; set;}
[BrowsableAttribute(false)] [ObsoleteAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("Selects the window border type for the control.")] public: __property BorderType get_BorderType(); public: __property void set_BorderType( BorderType value );
[BrowsableAttribute(false)] [ObsoleteAttribute()] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [DefaultValueAttribute()] [DescriptionAttribute("Selects the window border type for the control.")] public: property BorderType BorderType { BorderType get(); void set ( BorderType value); }
The default value is BorderType.Inset.