C# Class Monobjc.AVFoundation.AVEdgeWidths

Datei anzeigen Open project: Monobjc/monobjc

Public Properties

Property Type Description
bottom float
left float
right float
top float

Property Details

bottom public_oe property

The thickness, in pixels, of the bottom-edge processing region of theedgeWidths property.
public float bottom
return float

left public_oe property

The thickness, in pixels, of the left-edge processing region of theedgeWidths property.
public float left
return float

right public_oe property

The thickness, in pixels, of the right-edge processing region of theedgeWidths property.
public float right
return float

top public_oe property

The thickness, in pixels, of the top-edge processing region of theedgeWidths property.
public float top
return float