'Declaration
Protected ReadOnly Property OptionsBag As Dictionary(Of String,DependencyProperty)
'Usage
Dim instance As Renderer2D Dim value As Dictionary(Of String,DependencyProperty) value = instance.OptionsBag
protected Dictionary<string,DependencyProperty> OptionsBag {get;}