XFINIUM.PDF Documentation
Style Property (Pdf3DLightingScheme)



Xfinium.Pdf.Annotations Namespace > Pdf3DLightingScheme Class : Style Property
Gets or sets the style of lighting scheme.
Syntax
'Declaration
 
Public Property Style As Pdf3DLightingStyle
'Usage
 
Dim instance As Pdf3DLightingScheme
Dim value As Pdf3DLightingStyle
 
instance.Style = value
 
value = instance.Style
public Pdf3DLightingStyle Style {get; set;}
public:
property Pdf3DLightingStyle Style {
   Pdf3DLightingStyle get();
   void set (    Pdf3DLightingStyle value);
}

Property Value

A Pdf3DLightingStyle that represents style of lighting scheme.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Xamarin Mac, iOS & Android, Portable Class Library, .NET Core, .NET Standard


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

Pdf3DLightingScheme Class
Pdf3DLightingScheme Members