Essential .NET toolkit for focused business application development.
An essential set of 167 flexible, reliable and high-performance controls and libraries.
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Controls the border of the image frame.")> Public Property Border As LineProperties
'Usage Dim instance As ImageFrame Dim value As LineProperties instance.Border = value value = instance.Border
[Category("Appearance")] [Description("Controls the border of the image frame.")] public LineProperties Border {get; set;}
Dim imageFrame As ImageFrame = ChartControl.Background.ImageFrame imageFrame.Border.Width = 0
ImageFrame imageFrame = ChartControl.Background.ImageFrame; imageFrame.Border.Width = 0;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
ImageFrame Class ImageFrame Members