<Grid.Resources> <Style TargetType="TextBox" x:Key="tbDanishStyle"> <Setter Property="Language" Value="da-DK" /> </Style> </Grid.Resources> <!--more code goes here--> <esri:FeatureDataForm x:Name="MyFeatureDataForm" TextBoxStyle="{StaticResource tbDanishStyle}" FeatureLayer="{Binding Path=Layers[PointLayer], ElementName=MyMap}" IsReadOnly="False" LabelPosition="Left" />
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.