Share

Autodesk.AutoCAD.Customization.RibbonFoldPanelItemSize Enumeration

Description

This enum represents the size of the ribbon item in RibbonFoldPanel

Visual Basic

Public Enum RibbonFoldPanelItemSize
  Large = 3
  Medium = 2
  Small = 1
End Enum

C#

public enum RibbonFoldPanelItemSize {
  Large = 3,
  Medium = 2,
  Small = 1
}

Members

Members Description
Large = 3 Large
Medium = 2 Meduim
Small = 1 Small

Was this information helpful?