XFINIUM.PDF Documentation
Style Property (Pdf3DLightingScheme)



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 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


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

Send Feedback