IFont.put_Size Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub put_Size ( _
SIZE As Decimal _
)
void put_Size(
decimal SIZE
)
void put_Size(
[InAttribute] Decimal SIZE
)
abstract put_Size :
SIZE:decimal -> unit
function put_Size(
SIZE : decimal
)
Parameters
- SIZE
Type: System.Decimal
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.