Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 23 additions & 1 deletion WindowsForms/Ribbon/Ribbon-Form.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Ribbon Form in Windows Forms Ribbon control | Syncfusion
description: Learn about Ribbon Form support in Syncfusion Windows Forms Ribbon (RibbonControlAdv) control and more details.
platform: WindowsForms
platform: windowsforms
control: RibbonControlAdv
documentation: ug
---
Expand Down Expand Up @@ -75,6 +75,28 @@ Me.EnableAeroTheme = True

N>[View sample in GitHub](https://github.com/SyncfusionExamples/How-to-customize-the-appearance-of-the-RibbonForm)

## IconSize

The icon size can be customized between 16 to 32 pixels using the `IconSize` property. By default, the icon rendered with a size of 16x16 pixels.

{% tabs %}

{% highlight c# %}

this.IconSize = new Size(32,32);

{% endhighlight %}

{% highlight vbnet %}

Me.IconSize = New Size(32, 32)

{% endhighlight %}

{% endtabs %}

![RibbonForm with IconSize 32](Ribbon_Form_Images/IconSize.png)

## Customization

The property which lets you set borders for the Office2007Style form is as follows.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.