BulletFormat.RelativeSize Property
Returns or sets the bullet size relative to the size of the first text character in the paragraph. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property RelativeSize As Single
Get
Set
'Usage
Dim instance As BulletFormat
Dim value As Single
value = instance.RelativeSize
instance.RelativeSize = value
float RelativeSize { get; set; }
Property Value
Type: System.Single
Remarks
The RelativeSize property value can be a floating-point value from 0.25 through 4, indicating that the bullet size can be from 25 percent through 400 percent of the text-character size.