Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
var group =
new
RadPanelBarGroupElement();
group.Caption =
"Caption"
;
RadPanelBarVisualElement caption = group.GetCaptionElement();
caption.Font =
System.Drawing.Font(
"Microsoft Sans Serif"
, 14F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((
byte
)(0)));
caption.ForeColor = Color.Red;