Accusoft.ImagXpressSdk Namespace > ImageXView Class : BorderType Property |
'Declaration <BrowsableAttribute(False)> <DefaultValueAttribute()> <ObsoleteAttribute()> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <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
[Browsable(false)] [DefaultValue()] [Obsolete()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("Selects the window border type for the control.")] public BorderType BorderType {get; set;}
[Browsable(false)] [DefaultValue()] [Obsolete()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("Selects the window border type for the control.")] public: __property BorderType get_BorderType(); public: __property void set_BorderType( BorderType value );
[Browsable(false)] [DefaultValue()] [Obsolete()] [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [Description("Selects the window border type for the control.")] public: property BorderType BorderType { BorderType get(); void set ( BorderType value); }
The default value is BorderType.Inset.