FocusSettings.Distance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating the manual focus distance setting.
public:
property IReference<ManualFocusDistance> ^ Distance { IReference<ManualFocusDistance> ^ get(); void set(IReference<ManualFocusDistance> ^ value); };
IReference<ManualFocusDistance> Distance();
void Distance(IReference<ManualFocusDistance> value);
public System.Nullable<ManualFocusDistance> Distance { get; set; }
var iReference = focusSettings.distance;
focusSettings.distance = iReference;
Public Property Distance As Nullable(Of ManualFocusDistance)
Property Value
A value indicating the manual focus distance setting.